exam questions

Exam 1z0-082 All Questions

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

Exam 1z0-082 topic 1 question 155 discussion

Actual exam question from Oracle's 1z0-082
Question #: 155
Topic #: 1
[All 1z0-082 Questions]

Which two statements are true about the ORDER BY clause? (Choose two.)

  • A. Only columns that are specified in the SELECT list can be used in the ORDER BY clause.
  • B. Numeric values are displayed in descending order if they have decimal positions.
  • C. NULLS are not included in the sort operation.
  • D. Column aliases can be used in the ORDER BY clause.
  • E. In a character sort, the values are case-sensitive.
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

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
Rafafm
2 months, 3 weeks ago
C, D is correct NULL values ​​are considered in the sort operation; by default, they are treated as the lowest values ​​in an ascending sort and as the highest values ​​in a descending sort.
upvoted 1 times
...
Oracle2020
9 months ago
I agree D,E
upvoted 1 times
...
nautil2
1 year, 4 months ago
Selected Answer: DE
A – false; following queries are executed correctly: SELECT * FROM employees ORDER BY 1; SELECT emp_name, dept_id FROM employees ORDER BY emp_id; B – false; no mention in Oracle documentation about numeric values order C – false; Quoting Oracle documentation - options NULLS FIRST | NULLS LAST Specify whether returned rows containing null values should appear first or last in the ordering sequence. NULLS LAST is the default for ascending order, and NULLS FIRST is the default for descending order. D – true; example: SELECT emp_name AS en, dept_id FROM employees ORDER BY en; E – true; example: SQL> SELECT emp_id,emp_name FROM employees WHERE UPPER(emp_name)='JONES' ORDER BY emp_name ASC; EMP_ID EMP_NAME ---------- ---------- 1 JONES 7 JONES 10 JOnes 9 Jones
upvoted 3 times
...
auwia
1 year, 6 months ago
Selected Answer: DE
Provided answer are wrong! The base! :-) part X
upvoted 2 times
Darkseid1231
1 year, 6 months ago
Hi, have you already attend the exam ? @auwia
upvoted 1 times
...
...
thanhnx1979
1 year, 7 months ago
D, E is correct
upvoted 3 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