What is the main purpose of the SQL SELECT statement ?
2025
What is the main purpose of the SQL SELECT statement ?
- A.
To insert data into a table
- B.
To retrieve data from a table
- C.
To delete data from a table
- D.
To modify data in a table
Attempted by 166 students.
Show answer & explanation
Correct answer: B
The SQL SELECT statement is used to retrieve data from a database table. It allows users to specify which columns they want to view and optionally filter the rows using conditions.