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 |
How to speed up webrick?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
What is open database communication (odbc) in oracle?
How do you find current date and time in oracle?
How to handle a single quote in oracle sql?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What is oracle rownum?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
How many categories of data types in oracle?
How can I introduce multiple conditions in like operator?
What is a schema in oracle?