Question
SELECT emp_id, fname, lname
FROM person
ORDER BY emp_id ASC;
a.
Data of emp_id will be sorted in descending order
b.
Data of emp_id will be sorted in ascending order
c.
Data of emp_id will be sorted in either ascending or descending order
d.
All of the mentioned
Posted under MySQL Database
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What is the significance of “ORDER BY emp_id ASC” in the following MySQL command?
Similar Questions
Discover Related MCQs
Q. Keyword “ASC” and “DESC” cannot be used without which clause in Mysql?
View solution
Q. Which keyword is used for sorting the data in ascending order in Mysql?
View solution
Q. Which keyword is used for sorting the data in descending order in Mysql?
View solution
Q. What is the meaning of “ORDER BY” clause in Mysql?
View solution
Q. Is “GROUP BY” clause is similar to “ORDER BY” clause?
View solution
Q. Which clause is used with an “aggregate functions”?
View solution
Q. Which of the following belongs to an “aggregate function”?
View solution
Q. Which among the following belongs to an “aggregate function”?
View solution
Q. “COUNT” keyword belongs to which categories in Mysql?
View solution
Q. What is the meaning of “HAVING” clause in Mysql?
View solution
Q. Which clause is similar to “HAVING” clause in Mysql?
View solution
Q. What is the meaning of “GROUP BY” clause in Mysql?
View solution
Q. What is the meaning of the “WHERE” clause in Mysql?
View solution
Q. What will be the output of the following MySQL statement?
“NOT (Null)”
View solution
Q. What will be the output of the following MySQL statement?
“Null OR Null”
View solution
Q. What will be the output of the following MySQL statement?
“false OR Null”
View solution
Q. What will be the output of the following MySQL statement?
“true OR Null”
View solution
Q. What will be the output of the following MySQL statement?
“Null AND Null”?
View solution
Q. What will be the output of the following MySQL statement ?
“false AND Null”?
View solution
Q. What will be the output of the following MySQL statement?
“true AND Null”
View solution
Suggested Topics
Are you eager to expand your knowledge beyond MySQL Database? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!