Login
Remember
Register
Ask a Question
What would be the output of below SQL statement, select empName from Employee order by 2 desc:
0
votes
asked
Mar 18, 2023
in
Oracle
by
GeorgeBell
What would be the output of below SQL statement, select empName from Employee order by 2 desc:
a. Displays empName is ascending order
b. Produce an error
c. Displays empName is descending order
d. Displays 0 records
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 18, 2023
by
GeorgeBell
What would be the output of below SQL statement, select empName from Employee order by 2 desc:
correct answer:- Produce an error
...