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
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
What are the common oracle dba tasks?
What is Reduced List of Values?
How to retrieve values from data fields in record variables?
What are the parameters that we can pass through a stored procedure?
what is the dual table in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is truncate oracle?
Explain the use of record option in exp command.
Explain the dml?
What is oracle and what are its different editions?
material view and view disadvantages?
How to update values in a table in oracle?
How to estimate disk space needed for an export job?
Is primary key indexed by default in oracle?