🎴 Flashcard Mode

SQL and Teradata Database Utilities

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
SELECT
💡 Explanation:

SELECT is the fundamental SQL statement used to query and retrieve data from database tables. It's the most commonly used SQL command and forms the basis of data extraction operations. Options like FETCH, EXTRACT, and GET are not standard SQL keywords for data retrieval.

Change Mode