Which of The Following Is The Structure of The Database?.: Communicationsunit@unilag - Edu.ng
Which of The Following Is The Structure of The Database?.: Communicationsunit@unilag - Edu.ng
ng
Select one:
a. Table
b. Schema
c. Relation
d. None of these
In an SQL query, which of the following symbols is used by ANSI SQL to represent a single
unspecified character?.
Select one:
a. _ (underscore)
b. ? (question mark)
c. * (asterisk)
d. % (percent)
Question 33 Answer saved Marked out of 1
For a relationship to be considered a binary relationship it must satisfy which of the following
conditions?.
Select one:
a. It must involve exactly two entity classes.
b. It must have a maximum cardinality of 1:1.
c. It must have a maximum cardinality of 1:N.
d. Both A and B are correct
A logical description of some portion of database that is required by a user to perform task is
called as _______?.
Select one:
a. System View
b. User View
c. Logical View
d. Data View
Which of the following statements is not true for primary keys in a relational database system?
Select one:
a. They can be used to create relationships between tables.
b. They must contain numeric data.
c. They uniquely identify a row in a table.
d. They can be part of relational integrity constraints.
Question 36 Answer saved Marked out of 1
Select one:
a. empty value
b. null value
c. missing value
d. deleted value
Select one:
a. the multivalue, multicolumn problem
b. the inconsistent values problem
c. the missing values problem
d. the general-purpose remarks column problem
In an SQL query, which of the following symbols is used by ANSI SQL to represent all the columns
in a single table?.
Select one:
a. _ (underscore)
b. ? (question mark)
c. * (asterisk)
d. % (percent)
Question 39 Answer saved Marked out of 1
Select one:
a. help people keep track of things
b. store data in tables
c. create tables of rows and columns
d. maintain data on different things in different tables
Which of the following is not true about representing subtypes in a relational database design?.
Select one:
a. One table is created for the supertype and one for each subtype.
b. All of the attributes of the supertype are added to the subtype relations.
c. The key of the supertype is made the key of the subtypes.
d. An instance of the supertype may be related to one instance each of several subtypes.