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
What is save point in oracle database?
What is the usage of merge statement?
How do we create privileges in oracle?
How to update values on multiple rows in oracle?
Explain the features of oracle?
Can we convert a date to char in oracle and if so, what would be the syntax?
What is oracle update statement with inner join ?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
Are truncate and delete commands same? If so why?
what is the difference between functional dependecy and multilevel dependency?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
What is the difference between truncate & delete command?
Explain the function of optimizer in oracle?
How index is implemented in oracle database?
What is a relational database management system?