1. Action queries can update, append, make new tables, or delete records in a database.
2. Before running an action query, it is important to backup the database in case the query does not generate expected results.
3. The main types of action queries are update queries, which modify existing records; append queries, which add records to a table; make-table queries, which create a new table and add records; and delete queries, which remove records from a table.