1. Display all the rows and columns in the CLIENT table.
Sort by client name in reverse alphabetical order.
Answer Posted / yogesh sharma
select * from emp order by reverse(ename) ;
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
How to see free space of each tablespace?
How do I escape a reserved word in oracle?
Explain the use of compress option in exp command.
What is private procedure oracle?
How to create a table in a specific tablespace?
What operating systems are supported by oracle database 10g xe?
Point out the difference between user tables and data dictionary?
How to find out what oracle odbc drivers are installed?
Can we store images in oracle database?
What is Java Pool in Oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
How to change user password in oracle?
How to get a list of all background sessions in the database?
Who developed oracle & when?
How to run create database statement?