Oracle 9i , PL/SQL , Data Base
|
|
|
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 |
|