📚 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
- Group functions on columns ignore NULL values.
- Group functions on columns returning dates include NULL values
- Group functions on columns returning numbers include NULL values.
- Group functions on columns cannot be accurately used on columns that contain NULL values.