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 |
What do you know about normalization? Explain in detail?
What is meant by an index?
What are main difference between Stored Procedure and Functions.
How to create a single index for multiple columns?
Can you drop an index associated with a unique or primary key constraint?
How to view all columns in an existing table?
1.how to extract the second highest salary from emp table having sal as a column which contains the salary of all employee of an organisation.
What is sequence?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
What are the limitations of check constraint?
Write a trigger example in oracle?
How to create tables for odbc connection testing?