MySQL Quiz 4

Share with others

Enter details and click on Next

Name
Email
School Name
Q31. Values which are passed to functions are called ________

Q32. Which of the following is not the clause in MySQL?

Q33. Single row function returns only single value.(T/F)

Q34. SQL functions are of two types, Single row function and double row function.(T/F)

Q35. Multiple row function operates on _________________.

Q36. Which of the following is not the aggregate function?

Q37. Null values are not included in calculation.(T/F)

Q38. Select avg(marks) from student ; will return _______

Marks
30
20
NULL
40
50

Q39. Select max(marks), min(marks), avg(marks) from student;

Is the above query is correct?

Q40. Select min(marks) from student; will return _____________

Marks
30
20
NULL
40
50


Share with others

1 thought on “MySQL Quiz 4”

Leave a Reply

error: Content is protected !!