Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - General Questions (Q.No. 30)
30.
The SQL statement that queries or reads data from a table is ________ .
SELECT
READ
QUERY
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Selvas said:   1 decade ago
SELECT command fetches the data from a table.

Sathvik reddy said:   9 years ago
Correct explanation @Selvas.

Sandhiya said:   8 years ago
The Select clause is used to project the data from the database.

Venkat said:   8 years ago
Read means show results so hear fetch data by using select statement.

Post your comments here:

Your comments will be displayed after verification.