📚 Practice Mode

Teradata and SQL Database Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

Which of the following statements gets the total value of the column 'Price' in the 'Sales' table

  1. SELECT ADD(Price) FROM Sales
  2. SELECT TOTAL(Price) FROM Sales
  3. SELECT SUM(Price) FROM Sales
  4. SELECT SUM(Price) WHERE Sales