Saved Bookmarks
| 1. |
Name And Briefly Describe The Five Sql Built-in Functions? |
|
Answer» COUNT: COMPUTES the number of rows in a table. SUM: TOTALS numeric columns. AVG: computes the average value. MAX: obtains the MAXIMUM value of a column in a table. MIN: obtains the minimum value of a column in a table. COUNT: computes the number of rows in a table. SUM: totals numeric columns. AVG: computes the average value. MAX: obtains the maximum value of a column in a table. MIN: obtains the minimum value of a column in a table. |
|