Avoiding NULL in columns may make queries simpler.
False
True
NA
NA
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.