Valid 1z0-071 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-071 Exam! ExamDiscuss.com now offer the newest 1z0-071 exam dumps, the ExamDiscuss.com 1z0-071 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-071 dumps with Test Engine here:
Which two are true about scalar subquery expressions?
Correct Answer: C,D
Scalar subquery expressions in Oracle SQL have specific rules: * Option C: You must enclose them in parentheses. * Scalar subqueries must be enclosed in parentheses. This is a requirement for syntax clarity and to distinguish the subquery from the rest of the SQL statement. * Option D: They can return at most one row. * Scalar subqueries are designed to return exactly one row containing one column. If a scalar subquery returns more than one row, Oracle will throw an error, ensuring that the subquery either returns a single value or no value (NULL). Options A, B, and E are incorrect based on Oracle SQL functionalities: * Option A is incorrect because scalar subqueries can indeed be correlated with the parent query. * Option B is true but not in the context of default constraints for table columns in the CREATE TABLE statement. * Option E is incorrect because scalar subqueries can only return a single column by definition.