,
Share with your friends 

Oracle 9i , PL/SQL , Data Base

6 ratings Views 185 
Author: PRANAY_bdb74c3e (PRANAY KATUKOJAWALA)  View Profile |  View other solutions by this author

Question / Problem


Which is the only keyword in oracle has two different implentations?

Solution

         The answer is 'Desc' keyword. By Using this keyword we can sort the list in descending order also used to describe a table i.e data structure.
Ex 1 : Select * from employee order by empid desc;

Ex 2 : Desc employee;

           The answers are quite simple. But when any body asks above question suddenly
they will take a long time to answer.

Applies to

Oracle 9i Sql

Rank It

Login to rank it

Report


Advertisement