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 import one table back from a dump file?
How to calculate date and time differences in oracle?
How to retrieve values from data fields in record variables?
What are a query and state the different types of queries and their uses?
What is the usage of analyze command in oracle?
How to create an initialization parameter file?
What are joins, explain all types of joins?
How to start instance with a minimal initialization parameter file?
What is the purpose of save points in oracle database?
query optmization techniques and quwry analyser+projects+ppts
IS it possible to built the oracle database without setting the kernal parameters?
How oracle handles dead locks?
Explain the use of online redo log files in oracle.
What is a trigger oracle?
What is a user role in oracle?