Multiple Choice
Assume you are using the INTERSECT operator to combine the results from two tables with identical structure,CUSTOMER and CUSTOMER_2.The CUSTOMER table contains 10 rows,while the CUSTOMER_2 table contains 7 rows.Customers Dunne and Olowski are included in the CUSTOMER table as well as in the CUSTOMER_2 table.How many records are returned when using the INTERSECT operator?
A) 0
B) 2
C) 7
D) 10
Correct Answer:

Verified
Correct Answer:
Verified
Q33: An explicit cursor must return two or
Q35: A trigger is procedural SQL code that
Q51: Oracle recommends _ for creating audit logs.<br>A)
Q64: When using a subquery,the output of a(n)query
Q66: Which of the following is a feature
Q67: Cursors are held in a reserved memory
Q70: The statement combines rows from two queries
Q70: The Oracle string concatenation function is _.<br>A)
Q72: The IN subquery uses a(n)operator.
Q74: Describe the characteristics of an Oracle sequence.