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

Which of The Following Is The Structure of The Database?.: Communicationsunit@unilag - Edu.ng

The document appears to be a series of multiple choice questions from an online course about database management systems and SQL. It includes 40 questions about topics like database structure, keys, relationships, null values, and representing data in tables. The questions are in a multiple choice format with a single correct answer to select from several options.
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)
48 views4 pages

Which of The Following Is The Structure of The Database?.: Communicationsunit@unilag - Edu.ng

The document appears to be a series of multiple choice questions from an online course about database management systems and SQL. It includes 40 questions about topics like database structure, keys, relationships, null values, and representing data in tables. The questions are in a multiple choice format with a single correct answer to select from several options.
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 31 Answer saved Marked out of 1

Which of the following is the structure of the Database?.

Select one:
a. Table
b. Schema
c. Relation
d. None of these

Question 32 Answer saved Marked out of 1

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

Question 34 Answer saved Marked out of 1

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

Question 35 Answer saved Marked out of 1

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

A missing value is called a(n) ________.

Select one:
a. empty value
b. null value
c. missing value
d. deleted value

Question 37 Answer saved Marked out of 1

A table with columns PhoneNumber01, PhoneNumber02, and PhoneNumber03 is likely to have


________.

Select one:
a. the multivalue, multicolumn problem
b. the inconsistent values problem
c. the missing values problem
d. the general-purpose remarks column problem

Question 38 Answer saved Marked out of 1

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

The purpose of a database is to ________.

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

Question 40 Answer saved Marked out of 1

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.

You might also like