MCQs > IT & Programming > PostgreSQL >

What is the error in the following query if the students table contains several records?

       select name from students where name =

     (select name from students order by name);


PostgreSQL MCQs

What is the error in the following query if the students table contains several records?

       select name from students where name =

     (select name from students order by name);


Answer

Correct Answer:

= should be replaced by in operator

Explanation:

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

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it