πŸ“Š 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: (B) Only those columns whose emp_id is not NULL

Explanation: This question is about filtering data in a MySQL database.

Explanation by: Priyanka Tomar
This question is about filtering data in a MySQL database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
118
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Priyanka Tomar
Publisher
πŸ“ˆ
96%
Success Rate