What is the purpose of a SQL query?
Q1. What is the purpose of a SQL query?
Answer: To retrieve specific data
Explanation: A SQL query is used to retrieve specific data from a database, using commands such as SELECT, FROM, and WHERE to filter and manipulate data.