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
Explain oracle’s system global area (sga).
Explain the dml?
what is insert all statement in sql
How to concatenate two text values in oracle?
What is java oracle used for?
How to create tables for odbc connection testing?
What is oracle update statement with inner join ?
What is a connect identifier?
How to test null values?
Point out the difference between user tables and data dictionary?
How do I find my oracle client driver version?
How to use values from other tables in update statements using oracle?
What do you mean by a deadlock?
What is the difference between hot backup and cold backup in oracle?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.