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 _______
Q39. Select max(marks), min(marks), avg(marks) from student;
Is the above query is correct?
Q40. Select min(marks) from student; will return _____________
I got 35 out of 40