96.
Which among the following is the correct syntax for defining "Constraint Check" in Mysql?

99.
If emp_id contain the following set {1, 2, 3, 4, 1, 1}, what will be the output on execution of the following MySQL statement?
SELECT emp_id
FROM person
ORDER BY emp_id;