Q31. Identify the aggregate function from the following.
Q32. Which of the following is a text/string function in SQL?
Q33. Which of the following is not a text function?
Q34. Write the output of the following:
Select round(2345.6754, 2);
Q35. Write the output of the following:
Select sqrt(round(16.4567));
Q36. Write the output of the following:
Select month("2020-05-10");
Q37. __________ function count the number of rows in a table.
Q38. To display only day part of date ___________ function is used.
Q39. ____________ function is used to display system date and time.
Q40. avg( ) function is an example of ____________________