MCQs > IT & Programming > SQL > Which of the following query will return PERSON first_name from table PERSON with last_name field null?

SQL MCQs

Which of the following query will return PERSON first_name from table PERSON with last_name field null?

Answer

Correct Answer: SELECT first_name FROM PERSON WHERE last_name IS NULL

Explanation:

Note: This Question is unanswered, help us to find answer for this one

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it