1. Display all the rows and columns in the CLIENT table.
Sort by client name in reverse alphabetical order.
Answer Posted / yogesh sharma
select * from emp order by reverse(ename) ;
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the tools for Oracle ?
Explain oracle instance.
How to pass a parameter to a cursor in oracle?
How to define a procedure inside another procedure?
Explain about functional dependency and its relation with table design?
What are the different editions of oracle?
How to select some columns from a table in oracle?
What are the uses of synonyms?
How to get maxsal , minsal, ename department wise in single query
What happens if you use a wrong connect identifier?
Briefly explain what is literal? Give an example where it can be used?
What is coalesce function?
Explain oracle data types with examples?
How to delete a column in an existing table?
How to define a data field as not null?