MySQL Quiz 5

Share with others

Welcome to your MySQL Quiz 5

Name
Email
School Name
Q41. POWER() function accepts __________ value as argument and return ____________ value as result.

Q42. Which of the following is/are Math function?

Q43. Power(M,N) function calculates ______________

Q44. Write the output of : SELECT ROUND(2912.564, 1);

Q45. Write the output of : SELECT ROUND(1359.356, 2);

Q46. Write the output of : SELECT ROUND(3582.556, 0);

Q47. Which of the following function returns remainder?

Q48. Write the output of : Select mod(4, 10);

Q49. Write the output of : Select mod(40, 15.5);

Q50. Write the output of : Select pow(2,-2);


Share with others

1 thought on “MySQL Quiz 5”

Leave a Reply

error: Content is protected !!