Question Details

Detailed explanation and options for the selected question.

What does the SQL SELECT statement do?

A. Retrieves data from a database
B. Deletes data from a table
C. Updates data in a table
D. Creates a new table

Explanation:

SELECT retrieves data from a database. DELETE removes data, UPDATE modifies data, and CREATE TABLE creates a table.