Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What is the use of DESC in SQL?
5
like
0
dislike
Hello member,
What is the use of DESC in SQL?
please reply me .........i m waiting for ur reply
asked
1 year
ago
by
daneim
(
127,080
points)
sql
database
desc
1 Answer
1
like
0
dislike
Best answer
DESC has two purposes. It is used to describe a schema as well as to retrieve rows from table in descending order.
Explanation :
The query SELECT * FROM EMP ORDER BY ENAME DESC will display the output sorted on ENAME in descending order.
answered
1 year
ago
by
marck_don
(
191,010
points)
Related questions
7
like
0
dislike
1
answer
The database objects available for use in SQL Server 2000?
asked
1 year
ago
by
eagles11
(
179,830
points)
database
sql
server
orcle
7
like
0
dislike
1
answer
What types of indexes are available in SQL Server 2000?
asked
1 year
ago
by
eagles11
(
179,830
points)
database
sql
server
5
like
0
dislike
1
answer
What is the significance of the & and && operators in PL SQL ?
asked
1 year
ago
by
mafia
(
1,300
points)
significance
operators
pl
sql
oracle
8
like
0
dislike
1
answer
how to have condition in a nested SQL query?
asked
2 years
ago
by
eagle09
(
95,490
points)
mysql
sql
question
database
8
like
0
dislike
1
answer
What’s wrong with this SQL query?
asked
2 years
ago
by
william
(
91,210
points)
sql
database
search-sql