The domain for the attribue 'Sex' in the entity STUDENT could be the single character string of either 'M' or 'F'. True or False?
True
False
Which of the following is not a property of a relation?
Relation names are distinct
A cell of a relation can contain repeating information
Attribute names are distinct
Attribute values are all from the same domain
The order of attributes is not significant
Each tuple is distinct - no duplicates are allowed
The order of tuples is not significant
The Relational Algebra operator ‘Project’ extracts a horizontal subset from a specified relation. True or false?
True
False
NULL values in numeric fields are normally treated as zeros. True or false?
True
False
A primary key is an attribute (or set of attributes) that has been chosen for an entity, whose values are used to uniquely identify a particular instance of an entity. True or false?
True
False
A foreign key is an attribute (or set of attributes) in one entity that appears as a non-key attribute in some other entity. True or false?
True
False
Relationships are made possible through candidate keys. True or false?
True
False
When two relations are linked together the foreign key is placed on the _________ side of the relationship. What is the missing word?
many
one
If a Teacher has a many-to-many relationship with Student, then each Teacher instance must relate to 1 or more Student instances. True or false?