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 run create database statement again?
What is the data type of dual table?
How many types of tables are there in oracle?
How to connect to a local oracle 10g xe server?
Describe the types of sub query?
What is an oracle transaction?
What is the difference between I and G in Oracle?
What is a data lock in oracle?
How to use "out" parameter properly?
Explain self joins in oracle?
What is primefaces used for?
How do we display rows from the table without duplicates?
How to drop a stored function?
What are transaction isolation levels supported by oracle?
What is a tns service name?