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
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Which is better Oracle or MS SQL? Why?
How to create a table interactively?
How to calculate date and time differences in oracle?
Explain the use of parfile option in exp command.
What are the various constraints used in oracle?
How to update a table row with a record?
Can group functions be mixed with non-group selection fields?
How to export data with a field delimiter?
How view is different from a table?
Why cursor variables are easier to use than cursors?
What is the fastest query method to fetch data from the table?
What is an oracle user account?
How to create a single index for multiple columns?
When do I need to use a semicolon vs a slash in oracle sql?