The result of a SQL SELECT statement is a __ .

The result of a SQL SELECT statement is a __ . Correct Answer table

The SQL SELECT statement returns a result set of records from one or more tables. A SELECT statement retrieves zero or more rows from one or more database tables or database views. ... As SQL is a declarative programming language, SELECT queries specify a result set, but do not specify how to calculate it.
Bissoy MCQ

Related Questions

Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following problems?
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';
To define what columns should be displayed in an SQL SELECT statement: