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);
Correct Answer:
= should be replaced by in operator
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More PostgreSQL MCQ Questions
PostgreSQL MCQs | Topic-wise