Which of the following is the condition for scalar subqueries?
1
Subquery should return only one tuple containing a single attribute.
2
Subquery should return more than one tuple containing a single attribute
3
Subquery should return more than one tuple containing more than attributes.
4
Subquery should return only one tuple containing more than one attributes.