Home » MYSQL » Data Types » Question
  1. Avoiding NULL in columns may make queries simpler.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

In MySQL, avoiding the NULL in columns may make the queries simpler, since it is not required to check for NULL as a special case. Simpler queries generally can be processed more quickly.



Your comments will be displayed only after manual approval.