MySQL Functions Quiz 1

Share with others

Welcome to your MySQL Functions Quiz 1

Name
Email
School Name
Q1. Single Row Functions are also known as _________________

Q2. Which of the following are categories of Single Row Function in MySQL?

Q3. Which of the following is not a single row function in MySQL?

Q4. Math functions accept ____________ value as input, and return a ________________ value as a result

Q5. String functions accept character value as input, and return __________________

Q6. Which of the following is not a String function in MySQL?

Q7. Select pow(x, y); will return ______________

Q8. Select pow(9, 0); will return _________________

Q9. Select pow(0, 0); will return _________________

Q10. Select mod(m, n); will return ___________________


Share with others

Leave a Reply

error: Content is protected !!