adplus-dvertising
frame-decoration

Question

If emp_id contain the following set {9, 7, 6, 4, 3, 1, 2}, what will be the output on execution of the following MySQL command?
SELECT emp_id
FROM person
ORDER BY emp_id ASC;

a.

{9, 7, 6, 4, 3, 1, 2}

b.

{1, 2, 3, 4, 6, 7, 9}

c.

{2, 1, 3, 4, 6, 7, 9}

d.

None of the mentioned

Answer: (b).{1, 2, 3, 4, 6, 7, 9}

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If emp_id contain the following set {9, 7, 6, 4, 3, 1, 2}, what will be the output on execution of the following MySQL command?

Similar Questions

Discover Related MCQs

Q. Keyword “ASC” and “DESC” cannot be used without which clause in Mysql?

Q. Which keyword is used for sorting the data in ascending order in Mysql?

Q. Which keyword is used for sorting the data in descending order in Mysql?

Q. What is the meaning of “ORDER BY” clause in Mysql?

Q. Is “GROUP BY” clause is similar to “ORDER BY” clause?

Q. Which clause is used with an “aggregate functions”?

Q. Which of the following belongs to an “aggregate function”?

Q. Which among the following belongs to an “aggregate function”?

Q. “COUNT” keyword belongs to which categories in Mysql?

Q. What is the meaning of “HAVING” clause in Mysql?

Q. Which clause is similar to “HAVING” clause in Mysql?

Q. What is the meaning of “GROUP BY” clause in Mysql?

Q. What is the meaning of the “WHERE” clause in Mysql?

Q. What will be the output of the following MySQL statement?

“NOT (Null)”

Q. What will be the output of the following MySQL statement?

“Null OR Null”

Q. What will be the output of the following MySQL statement?

“false OR Null”

Q. What will be the output of the following MySQL statement?

“true OR Null”

Q. What will be the output of the following MySQL statement?

“Null AND Null”?

Q. What will be the output of the following MySQL statement ?

“false AND Null”?

Q. What will be the output of the following MySQL statement?

“true AND Null”