Question

Which SQL command is primarily used to retrieve records from a database table?

A INSERT Correct Answer Incorrect Answer
B UPDATE Correct Answer Incorrect Answer
C DELETE Correct Answer Incorrect Answer
D SELECT Correct Answer Incorrect Answer
E CREATE Correct Answer Incorrect Answer

Solution

The SELECT statement is used in SQL (Structured Query Language) to query and retrieve records from a database table. It is the most commonly used SQL command for accessing and viewing data stored in tables.

Practice Next
ask-question