# 1z0-061 — Question 604

**Type:** multiple_choice
**Topics:** topic_1

## Question

You want to display 5 percent of the employees with the highest salaries in the EMPLOYEES table.
Which query will generate the required result?
//IMG//

## Correct Answer

_See scenario._

## Explanation

FETCH can only be used with FIRST OR NEXT. The syntax is:
FETCH { FIRST | NEXT } [integer-literal | ? ] {ROW | ROWS} ONLY
OFFSET { integer-literal | ? } {ROW | ROWS}
Reference:
https://docs.oracle.com/javadb/10.8.3.0/ref/rrefsqljoffsetfetch.html

**Reference:** examtopics_answer_description

---
Source: https://hiexam.net/q/oracle/1z0-061/604  
Practice (tracked): https://hiexam.net/study/1z0-061/practice