Oracle Database SQL 12c 1z0-071 Exam Practice Test 1

© examsiri.com
Question : 39 of 50
 
Marks: +1, -0
Examine the following query:
SQL> SELECT prod_id, amount_sold
      FROM sales
      ORDER BY amount_sold
      FETCH FIRST 5 PERCENT ROWS ONLY;

What is the output of this query?
Go to Question: