The _______ function is used to calculate the total of a numeric column in SQL.
- AVG
- COUNT
- MAX
- SUM
The SUM function in SQL is used to calculate the total of a numeric column. It adds up all the values in the specified column, providing a consolidated sum that can be useful in various analytical scenarios.
Loading...
Related Quiz
- In graph databases, edges often have _______ to denote the type or nature of the relationship.
- What are some common techniques used to achieve eventual consistency in NoSQL databases?
- One technique used in denormalization is the creation of _______ tables to store precomputed results.
- The process of rearranging the physical order of records on disk to match the index order is called _______.
- ER diagram tools enable users to create visually appealing _______.