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 |
What are properties of the transaction?
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 ?
what are the differences between char and varchar? : Sql dba
What is spool?
what is a database lock ? : Sql dba
What are sql*plus environment variables?
What are the different dml commands in sql?
Can we join 3 tables in sql?
What is benefit of creating memory optimized table?
what is unique key constraint? : Sql dba
What is normalization sql?
What is a recursive join sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)