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 can we find out the duplicate values in an oracle table?
Difference between pre-select and pre-query
What are a query and state the different types of queries and their uses?
Can you create a synonym without having a table?
How can you merge two tables in oracle?
Write a trigger example in oracle?
How to create a stored program unit?
How to create an oracle database?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
How to use in conditions in oracle?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What is merge in oracle?
State any two functions of oracle?
What is execute immediate in oracle?
What is an oracle data file?