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


Please Help Members By Posting Answers For Below Questions

What is the difference between "as" and "is" in an oracle stored procedure?

550


How to bring a tablespace offline?

551


How to compare dates in oracle sql?

670


Does facebook use oracle?

586


How to use "in" parameter properly?

625






How to load excel data sheet to oracle database

596


Explain the use of parfile option in exp command.

536


What do you mean by a tablespace?

574


Can we create database in oracle using command line ?

594


how to make an oracle object

1870


What do you mean by merge in oracle?

602


Point out the difference between user tables and data dictionary?

550


Write a trigger example in oracle?

584


State all possible different index configurations a table can possibly have?

580


What is transaction control statement and how many types of transaction control statement in Oracle?

578