1. Display all the rows and columns in the CLIENT table.
Sort by client name in reverse alphabetical order.
Answer Posted / k amit gupta
select * from emp order by ename desc
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the uses of linked server and explain it in detail?
What is a system tablespace?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
How to execute the package in oracle?
what are bitmap indexes? How does they work?
How data locks are respected in oracle?
Explain an exception and its types?
What is the difference between a primary key & a unique key?
Explain the characteristics of oracle dba?
material view and view disadvantages?
What are the logical operations?
Is there an oracle sql query that aggregates multiple rows into one row?
What is the difference between count (*), count (expression), count (distinct expression)?
Explain the use of full option in exp command.
Why does oracle 9i treat an empty string as null?