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 |
What is Redo Log Buffer in Oracle?
What is different bet native dynamic sql and Dbms_Sql?
How to handle a single quote in oracle sql?
Explain oracle insert into command?
what is difference between where clause and having clause?
What are the arithmetic operations?
What are the sql clauses supported in the link property sheet ?
How to shutdown your 10g xe server?
What is integrity and what is constraint??Explain with example
Calculate difference between 2 date / times in oracle sql?
What is a synonym? What are its various types?
why pl sql doesn't support retrieving multiple records