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 |
Can multiple cursors being opened at the same time?
What happens if you lost a data file?
what is the difference between substr and instr function in oracle?
What are the commands youd issue to show the explain plan for select
What is partitioned table in Oracle?
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
How to create lov dynamically at runtime & attach to text field?
Explain what are the uses of rollback segment?
What are the components of Physical database structure of Oracle Database?
What is the use of Control File ?
How can we find out the duplicate values in an oracle table?
How to drop a stored function?