51.
The datatype best suited to store currency values is . . . . . . . .

52.
What is the meaning of the "WHERE" clause in Mysql?

53.
Illegal values converted to the appropriate 'zero' value for . . . . . . . .

54.
What does the expression '12 DIV 5? evaluate to?

55.
The function returning an array of row values is . . . . . . . .

56.
The option that executes all SQL statements in a SQL script irrespective of the number of errors is . . . . . . . .

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

58.
The shebang line is . . . . . . . .

59.
Which statement is used for updating existing information in the table?

60.
Which type can store a collection of objects of any type?