📝 Question
#1064
You attempt to query the database with this command: SELECT nvl (100 / quantity, NONE) FROM inventory;
✓
Correct Answer
A. The expression attempts to divide by a null value
💡
Explanation
The expression attempts to divide by a null value is erroneous in sql.
⌨️ Press
A
B
C
D
to select