1. Display all the rows and columns in the CLIENT table.
Sort by client name in reverse alphabetical order.

Answers were Sorted based on User's Feedback



1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetica..

Answer / k amit gupta

select * from emp order by ename desc

Is This Answer Correct ?    8 Yes 1 No

1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetica..

Answer / yogesh sharma

select * from emp order by reverse(ename) ;

Is This Answer Correct ?    6 Yes 3 No

Post New Answer

More Oracle General Interview Questions

What is Redo Log Buffer in Oracle?

1 Answers   MCN Solutions,


What is different bet native dynamic sql and Dbms_Sql?

4 Answers   Thermotech,


How to handle a single quote in oracle sql?

1 Answers  


Explain oracle insert into command?

1 Answers  


what is difference between where clause and having clause?

13 Answers  


What are the arithmetic operations?

1 Answers  


What are the sql clauses supported in the link property sheet ?

1 Answers   Oracle,


How to shutdown your 10g xe server?

1 Answers  


What is integrity and what is constraint??Explain with example

1 Answers   Google,


Calculate difference between 2 date / times in oracle sql?

1 Answers  


What is a synonym? What are its various types?

1 Answers  


why pl sql doesn't support retrieving multiple records

1 Answers   Mphasis,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)