Introduction to SQL - Technical MCQs

Q1:

The result of a SQL SELECT statement is a(n) ________ .

A report

B form

C file

D table

ANS:D - table

If you select data from table only.

select *from employee table;