QUESTION 35
Which one of the following statements regarding operations on relations in a database isÂ
FALSE?
1. The difference operation is applied to two relations that do not necessarily have the sameÂ
attributes.
2. The difference between the join and union operations is that with the join operation the twoÂ
relations are combined based on common attributes, while with the union operation, the twoÂ
relations must have exactly the same attributes.
3. The project operation creates another relation in which each tuple in the resulting relation hasÂ
fewer attributes than the corresponding tuple in the original relation.
4. The intersection operation creates a new relation from two relations with the same attributes,Â
where the new relation contains tuples which are members of both original relations.
2
Comments
Leave a comment