Database Management Systems – Multiple Choice Questions (MCQs)
-
-
26. Which SQL command is used to modify existing data in a database?
-
27. Which SQL command is used to remove data from a database?
-
28. Which SQL clause is used to specify the table(s) to retrieve data from?
-
29. Which SQL clause is used to filter the rows returned by a query?
-
30. Which SQL clause is used to sort the rows returned by a query?
-
31. Which SQL clause is used to group rows with the same values in one or more columns into a summary row?
-
32. Which SQL aggregate function calculates the average of values in a column?
-
33. Which SQL aggregate function counts the number of rows?
-
34. Which SQL aggregate function calculates the sum of values in a column?
-
35. Which SQL aggregate function finds the maximum value in a column?
-
36. Which SQL aggregate function finds the minimum value in a column?