Valid 1z0-071 Dumps shared by EduDump.com for Helping Passing 1z0-071 Exam! EduDump.com now offer the newest 1z0-071 exam dumps, the EduDump.com 1z0-071 exam questions have been updated and answers have been corrected get the newest EduDump.com 1z0-071 dumps with Test Engine here:
Which two statements are true about the results of using the intersect operator in compound queries?
Correct Answer: C,D
C). True, the names of the columns in each SELECT statement of an INTERSECT query do not need to match, as long as the data types and order of the columns correspond.D. True, the INTERSECT operator returns only the rows that are common to both SELECT statements, effectively acting as a set intersection of the results from both queries. References: * Oracle documentation on INTERSECT operator: Oracle Database SQL Language Reference * Detailed behavior of INTERSECT: Oracle Compound Queries