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
How to use subqueries with the in operator using oracle?
When do we use group by clause in a sql query?
What is blob datatype?
State the various uses of dbcc command?
How does one get the view definition of fixed views/tables?
What is a tns file?
What is the difference between substr and instr?
What is Java Pool in Oracle?
What is a lookup table in oracle?
What is materialized view in Oracle?
How to apply filtering criteria at group level in oracle?
What is proxy method?
what is IDE,DMV in sql server?
What are the attributes of cursor?
What is a named program unit?