What does desc stand for?



What does desc stand for?..

Answer / Anurag Chaturvedi

In SQL, DESC stands for Descending. It is used in ORDER BY clause to sort the result set in descending order.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What are properties of the transaction?

1 Answers  


declare lowerl number:= 1; upperl number:= 3; num varchar2(10); begin for i into lowerl..upperl loop num:=num||to_char(lowerl); if i=3 then upperl:=5; end loop; message(num); What will be the output ?

3 Answers   Oracle,


what are the differences between char and varchar? : Sql dba

1 Answers  


What is spool?

1 Answers  


what is a database lock ? : Sql dba

1 Answers  


What are sql*plus environment variables?

1 Answers  


What are the different dml commands in sql?

1 Answers  


Can we join 3 tables in sql?

1 Answers  


What is benefit of creating memory optimized table?

1 Answers  


what is unique key constraint? : Sql dba

1 Answers  


What is normalization sql?

1 Answers  


What is a recursive join sql?

1 Answers  


Categories