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

query to find the maximum no persons with same age(age colomn) from emp table

1 Answers  


How to load data through external tables?

0 Answers  


What is the diff between Oracle and SQL Server

1 Answers  


What is the minimum client footprint required to connect c# to an oracle database?

0 Answers  


Explain a private synonyms?

0 Answers  






What is flashback Query ? And Use ?

4 Answers   Thermotech,


what is shell?

2 Answers   Microsoft,


What is the function of Optimizer ?

1 Answers  


What is the use of oracle?

0 Answers  


How to assign a tablespace to a users in oracle?

0 Answers  


How to create a stored procedure in oracle?

0 Answers  


How to return top 5 rows in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)