Q62
The result of a SQL SELECT statement is a ________ .
A.
file
B.
report
C.
table
AnswerD.
form
Answer: Option C
Solution
Answer: Option C
Solution:
The result of a SQL SELECT statement is a table. When you execute a SELECT statement in SQL, it retrieves data from one or more tables and presents it as a result set, which is essentially a table of data. This result set can be used for various purposes, such as reporting, analysis, or further processing in your database. Options A, B, and D do not accurately represent the typical result of a SELECT statement in SQL.