1. Display all the rows and columns in the CLIENT table.
Sort by client name in reverse alphabetical order.
Answers were Sorted based on User's Feedback
Answer / yogesh sharma
select * from emp order by reverse(ename) ;
| Is This Answer Correct ? | 6 Yes | 3 No |
How to synchronize 2 schema's objects?
Explain what are the characteristics of data files?
How to sort the query output in oracle?
What is the Tune Query
What are oracle functions?
What is a Temporary Segment ?
What is difference between truncate and delete?
What are the components of Physical database structure of Oracle Database?
What is null value in oracle?
What happens if you lost a data file?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar
What do you understand by a database object?