Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
Select the correct syntax of SELECT TOP clause?
12. Select the correct syntax of SELECT TOP clause?
- SELECT TOP name
- SELECT TOP column
- SELECT TOP FROM
- SELECT TOP Number
Answer: D) SELECT TOP Number
Explanation:
The correct syntax of SELECT TOP clause is SELECT TOP Number.