0% found this document useful (0 votes)
128 views3 pages

Quiz 005 CS-352-LEC-1913T

This document contains a 10 question quiz about database concepts. Each question provides multiple choice answers about topics such as attributes, joins, keys, aliases, and data independence.

Uploaded by

mary
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)
128 views3 pages

Quiz 005 CS-352-LEC-1913T

This document contains a 10 question quiz about database concepts. Each question provides multiple choice answers about topics such as attributes, joins, keys, aliases, and data independence.

Uploaded by

mary
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/ 3

7/31/2019 Quiz 005


Dashboard My courses CS-352-LEC-1913T Week 11: Quiz Quiz 005


Question 1 This is a type of attribute that is atomic value, which cannot be

Not yet divided further.
answered
 Marked out of Select one:
1.00
a. Simple Attribute

b. Natural Attribute
 c. Composite Attribute

d. Derived Attribute

Clear my choice

Question 2 It is join between two tables that return the result of an Inner
Not yet Join as well as the results of Left and Right joins.
answered

Marked out of Select one:


1.00
a. Inner Join

b. Outer Join

c. Using

d. ON

Clear my choice

Question 3 SELECT employees.employee_id,


Not yet employees.lastname,employees.department_id,
answered
departments.department_id,departments.location_id
Marked out of FROM employees FULL OUTER JOIN departments
1.00
ON (WHERE employees.department_id =
departments.department_id);

Select one:
a. The given statement is not a valid join condition or is
incorrect

b. The given statement is an Equijoin

c. The given statement is Outer Join

d. The given statement would cause Cartesian or Cross Join

Clear my choice

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=1734161&cmid=10889 1/3
7/31/2019 Quiz 005

Question 4 SELECT employees.employee_id,


Not yet employees.lastname,employees.department_id,
answered
departments.department_id,departments.location_id
Marked out of FROM employees RIGHT OUTER JOIN departments
 1.00 ON( employees.department_id = departments.department_id);

 Select one:
a. The given statement is Outer Join

b. The given statement is not a valid join condition or is
 incorrect

c. The given statement is an Equijoin


 d. The given statement would cause Cartesian or Cross Join

 Clear my choice


Question 5 Which of the following is the correct example of an attributes.
 Not yet
answered
Select one:
Marked out of
a. Department
1.00
b. SN_ID

c. Teacher

d. Student

Clear my choice

Question 6 It is an attribute or collection of attributes that uniquely


Not yet identifies an entity among entity set.
answered

Marked out of Select one:


1.00
a. Super Key

b. Key

c. Primary Key

d. Candidate Key

Clear my choice

Question 7 SELECT employees.employee_id,


Not yet employees.lastname,employees.department_id,
answered departments.department_id,departments.location_id
Marked out of FROM employees, departments
1.00 WHERE employees.department_id (+)=
departments.department_id;

Select one:
a. The given statement is an Equijoin

b. The given statement is Outer Join

c. The given statement would cause Cartesian or Cross Join

d. The given statement is not a valid join condition or is


incorrect

Clear my choice

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=1734161&cmid=10889 2/3
7/31/2019 Quiz 005

Question 8 This is used to quality ambiguous column when joining two or


Not yet more tables.
answered

Marked out of Select one:


 1.00
a. Table Alias

 b. Table Prefixes

c. Column Prefixes

d. Column Alias

 Clear my choice


Question 9 SELECT e.employee_id, e.lastname,e.department_id,
 Not yet d.department_id,d.location_id
answered FROM employees e, departments d
 Marked out of WHERE e.department_id between 20 AND 50;
1.00

 Select one:
a. The given statement is not a valid join condition or is
incorrect

b. The given statement is Outer Join

c. The given statement is an Equijoin

d. The given statement would cause Cartesian or Cross Join

Clear my choice

Question 10 This is a type of schema that has the power to change the
Not yet physical data without impacting the schema or logical data.
answered

Marked out of Select one:


1.00
a. Logical Database Schema

b. Physical Database Schema

c. Physical Data Independence

d. Logical Data Independence

Clear my choice

Stay in touch
AMA EDUCATION SYSTEM
 https://blended.amauonline.com/helpdesk

https://blended.amauonline.com/mod/quiz/attempt.php?attempt=1734161&cmid=10889 3/3

You might also like