Back To 'Certificate Final Exam/': Correct 1.00 Points Out of 1.00
Back To 'Certificate Final Exam/': Correct 1.00 Points Out of 1.00
Back To 'Certificate Final Exam/': Correct 1.00 Points Out of 1.00
attempt=1593274&cmid=23178&showall=1
b. Int X;
X = 10
d. Int Dollars;
Dollars = 10;
Cost = Dollars
1 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 4 Which of the following sets of terms describes the data in a database?
Correct
Question 6 A DBMS primarily supports a database for which of the following activities of the database's life-cycle?
Incorrect
2 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 9 Which of the following are the most widely-used types of database today?
Incorrect
Question 10 Which view in the three-level database architecture offers a formal description of the data with no concern for how it will be stored?
Correct
Question 13 A link can be established between two tables by the use of what kind of key?
Correct
3 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 15 What did the predecessor to modern databases stored data in?
Correct
Question 16 If you were a database consultant tasked with recommending a data model for organizing book records for a library, which of the following types of database would you recommend?
Correct
Question 17 Which of the following is one of the problems with non-relational databases?
Incorrect
Question 18 If you were a database consultant tasked with recommending a data model for a company that gathers data from the internet to identify information on trends in consumer behavior, which type of database would you recommend?
Incorrect
4 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 19 Which of the following statements describes the role of an E-R diagram in the development of a relational database?
Correct
Select one:
a. Imaging entity
b. Associative entity
c. Binary relationship
d. Ternary relationship
Select one:
a. Binary
b. Ternary
c. Tributary
d. Unary
5 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Select one:
a. Binary
b. Singleton
c. Ternary
d. Unary
Question 23 Which of the following can we use to indicate whether an entity instance is mandatory?
Incorrect
b. Optionality
c. Disjointedness
d. Referential integrity
Question 24 You have an application domain that consists of Cities, Towns, and Neighborhoods. A City has a name, zip code, state, and a country. A Town has a name, zip code, state, and country. A Neighborhood has a name, coordinate, and population. Using a relational model, what are
Incorrect Students, Courses, and Sections called?
0.00 points out
of 1.00 Select one:
a. Attributes
b. Constraints
c. Entities
d. Relations
6 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 25 The diagram shows a supertype/subtype relationship. Which of the following best demonstrates a mapping of this relationship?
Incorrect
Select one:
a.
b.
c.
d.
7 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 26 The diagram contains a unary entity with a one to many relationship. Which of the following best demonstrates a mapping of this relationship?
Incorrect
Select one:
a.
b.
c.
d.
8 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 31 If we had another relation, staff, which was union compatible with faculty, what would the following expression return for a result?
Incorrect
Πempno (Staff ⋃ Instructor)
0.00 points out
of 1.00
Select one:
a. The employee number of every staff employee and every instructor
b. Every employee who is either a member of the staff or an instructor
c. All tuples of the instructor relation along with all tuples of the staff relation
d. The employee number of all rows in the staff and in the instructor relations
9 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 35 Which of the following describes a relation is in first normal form (1NF)?
Incorrect
If we were to delete the third row, all information about customer 7914 would be lost. Which of the following is this an example of?
Select one:
a. A deletion anomaly
b. An update anomaly
c. An insertion anomaly
d. A modification anomaly
10 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 37 When is a relation considered to be in second normal form (2NF)? (Select the best answer.)
Incorrect
Question 38 What is the difference between data definition language and data manipulation language?
Correct
b. It is used for queries and data manipulation language is used for updating and deleting tables only
c. It is used to create the files that store tables whereas data manipulation language is used to update data
d. It is used to create tables, indexes, etc., whereas data manipulation language is used to query the database
Question 40 Assume that we have a table called student with the following columns:
Incorrect
(sid,fname,lname,major)
0.00 points out
of 1.00 What is wrong with this insert command?
insert into student ('s2234','John','Smith','Chemistry')
Select one:
a. It is missing a left parenthesis
b. It is missing a right parenthesis
c. It is missing a value before the parenthesis
d. There are not enough fields in the statement
11 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Question 41 Which of the following are constraints that can be used with the create table command?
Incorrect
Select one:
a. All last names and credit limits from 1000 to 2000, and 2000 to 3000
b. The last name of all customers with a credit limit of 1000, 2000, or 3000
c. All last names and credit limits where the credit limit is 1000, 2000, 3000
d. The last name of all customers with a credit from 1000 to 2000, and 2000 to 3000
Select one:
a. Customer data rows so that there are no duplicates
b. Customer rows so that there are no duplicate records
c. Customer rows so that there are no duplicate customers
d. Customer data rows so that there are no duplicate names
12 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Select one:
a. A listing of all customers
b. A listing of all customers with a credit limit greater than 500
c. A count of all customers
d. A count of all customers with a credit limit greater than 500
13 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Select one:
a. The entire table sorted by sid
c. 282712 2
362112 2
652123 1
d. 282712 1
362112 1
652123 1
14 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Registration
Student
What would the following SQL Select statement produce for output?
select course.Description,registration.SID,registration.grade, student.lname
from registration
inner join course
on registration.courseID = course.courseID
inner join student on registration.sid = student.sid
Select one:
a. No output, since this query cannot be performed
15 of 16 4/24/22, 12:24
CS403: Certificate Final Exam: Attempt review | Saylor Academy https://learn.saylor.org/mod/quiz/review.php?attempt=1593274&cmid=23178&showall=1
Registration
What would the following SQL Select statement produce for output?
select course.Description,registration.SID,registration.grade
from registration
full join course
on registration.courseID = course.courseID
Select one:
a. Technical Writing 28212 B+
16 of 16 4/24/22, 12:24