exam questions

Exam 1z0-061 All Questions

View all questions & answers for the 1z0-061 exam

Exam 1z0-061 topic 4 question 96 discussion

Actual exam question from Oracle's 1z0-061
Question #: 96
Topic #: 4
[All 1z0-061 Questions]

Examine the structure of the EMPLOYEES table:

You want to generate a report that contains the department IDs and last names of employees ordered by hire date in their respective departments. Employees from one department must appear in a single row.
Which query will provide the required output?

  • A. SELECT department_id "Dept.", LISTAGG (last_name, ‘;’) WITHIN GROUP (ORDER BY hire_date)" Employees" FROM employees GROUP BY department_id ORDER BY department_id;
  • B. SELECT department_id "Dept.", LISTAGG (last_name, ‘;’) WITHIN GROUP (ORDER BY hire_date)" Employees" FROM employees GROUP BY department_id ORDER BY hire_date;
  • C. SELECT department_id "Dept.", LISTAGG (last_name, ‘;’) WITHIN GROUP (ORDER BY hire_date)" Employees") FROM employees GROUP BY department_id ORDER BY hire_date;
  • D. SELECT department_id "Dept.", LISTAGG (last_name, ‘;’) WITHIN GROUP ORDER BY (hire_date)" Employees") FROM employees GROUP BY department_id ORDER BY department_id;
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
winston
1 year, 3 months ago
CORRECT ANSWER IS A
upvoted 1 times
...
hggz
5 years, 2 months ago
I think B is correct
upvoted 1 times
...
Jake
5 years, 8 months ago
typo in this one
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago