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
what is the use of system.effective.date variable in oracle?
What is Undo Management Advisor in Oracle?
various types of hints and their usage
What is integrity and what is constraint??Explain with example
How to start instance with a minimal initialization parameter file?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Why is oracle so popular?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
What is difference between cartesian join and cross join?
Write a trigger example in oracle?
What are the tools for Oracle ?
How to update values in a table in oracle?
6. Display the client name and order date for all orders using the traditional method.
What are the differences between blob and clob in oracle?
What is the disadvantage of User defind function?