A. Update
B. Delete
C. Append
D. All of the above
🧠Explanation:
Action queries are used to modify data in tables, not just to view it.
Key Points:
- Update Query → modifies data
- Delete Query → removes data
- Append Query → adds data
- Make-table Query → creates a new table
👉 Simple idea: Action = changes database