Minimum Cardinality Refers To - .: Communicationsunit@unilag - Edu.ng
Minimum Cardinality Refers To - .: Communicationsunit@unilag - Edu.ng
ng
Select one:
a. the most instances of one entity class that can be involved in a relationship with one
instance of another entity class
b. the minimum number of entity classes involved in a relationship
c. whether or not an instance of one entity class is required to be related to an instance of
another entity class
d. whether or not an entity is a weak entity
Select one:
a. Data security
b. Data integrity
c. Data constraint
d. Data independence
Question 43 Answer saved Marked out of 1
Select one:
a. 0 or 1
b. 1 or N
c. M or N
d. one or many
When a table is created using existing data, you are likely to find that some data values have never
been provided because any value there would be inappropriate. This is an example of ________.
Select one:
a. the multivalued, multicolumn problem
b. the inconsistent values problem
c. the missing values problem
d. the general-purpose remarks column problem
To count the number of rows in a table, use the SQL construct ________.
Select one:
a. SELECT *
b. SELECT TOP n *
c. SELECT COUNT(TOP n)
d. SELECT COUNT(*)
Question 46 Answer saved Marked out of 1
In an SQL query, which SQL keyword is used to link two conditions that both must be true for the
rows to be selected?.
Select one:
a. AND
b. EXISTS
c. OR
d. IN
Which of the following is NOT true about the functional dependency A → (X, Y)?.
Select one:
a. X is functionally dependent on A.
b. A determines Y.
c. X and Y together determine A.
d. X and Y are functionally dependent on A.
Select one:
a. A subtype entity
b. The archetype in an archetype/instance pattern
c. The association entity in an association pattern
d. The parent entity in a parent-child relationship
Question 49 Answer saved Marked out of 1
Select one:
a. is multivalued
b. describes a characteristic of the relationship
c. consists of a group of attributes
d. is calculated at run-time
Select one:
a. the key of the child is placed as a foreign key into the parent
b. the key of the parent is placed as a foreign key into the child
c. the keys of both tables are placed in a third table
d. the keys of both entity tables are placed in each other