Multiple Choice
"Union-compatible" means that the ____.
A) names of the relation attributes can be different, but the data types must be identical
B) names of the relation attributes must be the same, but the data types can be different
C) names of the relation attributes must be the same and their data types must be identical
D) number of attributes must be the same, but the names and data types can be different
Correct Answer:

Verified
Correct Answer:
Verified
Q11: The _ function returns the current system
Q12: The following SQL statement uses a(n). SELECT
Q13: UNION,INTERSECT,and MINUS work properly only if relations
Q16: When using the Oracle TO_NUMBER function to
Q18: The _statement in SQL combines rows from
Q21: You can declare variables inside a stored
Q28: A(n) _ join returns not only the
Q37: A(n)subquery is a subquery that executes once
Q70: The Oracle string concatenation function is _.<br>A)
Q109: Stored procedures are executed using the EXEC