🎴 Flashcard Mode

SQL Database Queries and Operations

Card1 / 11
Mastered0
Review0
QuestionClick to flip

Which SQL statement is used to extract data from a database?

AnswerClick to flip back
A
SELECT
💡 Explanation:

The SELECT statement is the fundamental SQL command used to retrieve or extract data from database tables. Options B, C, and D (GET, OPEN, EXTRACT) are not valid SQL statements for querying data. This is basic SQL syntax that every database user must know.

Change Mode