πŸ“Š MySQL
Q. What will be the output of the following MySQL command?
SELECT *
FROM person
WHERE emp_id IS NULL;
  • (A) Only those columns whose emp_id is NULL
  • (B) Only those columns whose emp_id is not NULL
  • (C) No output
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) Only those columns whose emp_id is NULL

Explanation: This question asks about how MySQL handles finding rows where a specific column has a NULL value. Let's break it down:

Explanation by: Gopal Sharma
This question asks about how MySQL handles finding rows where a specific column has a NULL value. Let's break it down:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
91
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
85%
Success Rate