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 is the simplest tool to run commands on oracle servers?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How to pass parameters to procedures in oracle?
Does facebook use oracle?
What are the four Oracle system processes that must always be up and running for the database to be useable?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
Can we write insert statement in function in oracle?
How do you tell what your machine name is and what is its IP address?
What is a Garbage Collection? and what is full recursive Garbage collection?
How to store only time; not date and time?
Explain enable novalidate constraint.
How to manage transaction isolation level?
How do we get field details of a table?
What privilege is needed for a user to delete rows from tables in another schema?