📚 Practice Mode

Oracle Database and SQL Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Answers

What is true of using group functions on columns that contain NULL Values

  1. Group functions on columns ignore NULL values.
  2. Group functions on columns returning dates include NULL values
  3. Group functions on columns returning numbers include NULL values.
  4. Group functions on columns cannot be accurately used on columns that contain NULL values.