PrepAway - Latest Free Exam Questions & Answers

which of the following statement will only return the first five of the rows?

If table TABLE1 contains 50 rows, which of the following statement will only return the first five of
the rows?

PrepAway - Latest Free Exam Questions & Answers

A.
SELECT * FROM table1 MAXROWS 5

B.
SELECT * FROM table1 RETURN FIRST 5 ROWS

C.
SELECT * FROM table1 WHILE ROW < 5

D.
SELECT * FROM table1 FETCH FIRST 5 ROWS ONLY

Explanation:


Leave a Reply