A. Graphics
B. Database queries
C. Videos
D. Networking
🧠 Explanation:
SQL is the language used to communicate with databases.
Key Points:
- Used to retrieve data
- Used to insert, update, and delete records
- Works behind Access queries
👉 Example:
“SELECT * FROM Students.”