0% found this document useful (0 votes)
64 views4 pages

Minimum Cardinality Refers To - .: Communicationsunit@unilag - Edu.ng

The document appears to be a series of multiple choice questions from an online course about database design concepts. The questions cover topics like minimum cardinality, data integrity, functional dependencies, weak entities, and many-to-many relationships.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views4 pages

Minimum Cardinality Refers To - .: Communicationsunit@unilag - Edu.ng

The document appears to be a series of multiple choice questions from an online course about database design concepts. The questions cover topics like minimum cardinality, data integrity, functional dependencies, weak entities, and many-to-many relationships.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

 https://unilag.edu.ng  [email protected].

ng
  

Oluwayemi Olawale Akinjide 

Home  My courses  CSC410_2023/2024

Question 41 Answer saved Marked out of 1

Minimum cardinality refers to ________.

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

Question 42 Answer saved Marked out of 1

_____________ refers to the correctness and completeness of the data in a database?.

Select one:
a. Data security
b. Data integrity
c. Data constraint
d. Data independence
Question 43 Answer saved Marked out of 1

In a minimum cardinality, minimums are generally stated as ________.

Select one:
a. 0 or 1
b. 1 or N
c. M or N
d. one or many

Question 44 Answer saved Marked out of 1

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

Question 45 Answer saved Marked out of 1

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

Question 47 Answer saved Marked out of 1

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.

Question 48 Answer saved Marked out of 1

Which of the following is considered to be a weak entity?.

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

A composite attribute is an attribute that ________.

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

Question 50 Answer saved Marked out of 1

In many-to-many relationships in a relational database design, ________.

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

You might also like