CIW 1d0-541 practice test

CIW v5 Database Design Specialist Exam


Question 1

Consider the following table as well as the Dept1_Parts and Dept2_Parts relations shown in
the exhibit:

Which of the following relational algebraic expressions would result in the given table?

A.

.
B.

C.

D.

Answer:

A

Discussions

Question 2

Which term describes the management of simultaneous transactions to prevent conflicts?

  • A. Parallelism
  • B. Serialization
  • C. Database control
  • D. Concurrency control
Answer:

D

Discussions

Question 3

Which term best describes one or more database operations that are executed as a single unit?
A. Update
B. Transaction
C. Procedure
D. Singleton

Answer:

B
126
Using the Customer and Sales_Rep relations shown in the exhibit, you must datermine a relational


Which of the following relational algebraic expressions would result in this relation?

A.

B.

C.

D.

A

Discussions

Question 4

Which term describes an attribute or combination of attributes that uniquely identifies a row in
a relation?

  • A. Entity
  • B. Domain
  • C. Primary key
  • D. Attribute group
Answer:

C

Discussions

Question 5

What is a candidate key?

  • A. The primary key for an entity
  • B. The key that identifies every instance of an entity
  • C. Multiple primary keys that are joined together to form a composite key
  • D. A key that may be used to form the primary key
Answer:

D

Discussions

Question 6

A foreign key maps to a:

  • A. prime key.
  • B. indirect key.
  • C. parent key.
  • D. composite key.
Answer:

C

Discussions

Question 7

Consider the relations shown in the exhibit. Due to restructuring, the sales department has
been eliminated and the employees working in that department have been dismissed. All ID
information is stored as integers. Which SQL statement would be used to return a relation with all
information for the employees who have been dismissed?

  • A. SELECT * FROM Employee;
  • B. SELECT ID, Last_Name FROM Employee; WHERE ID = 0004;
  • D. SELECT * FROM Employee WHERE Dept_ID = 022;
Answer:

C

Discussions

Question 8

Which of the following best describes the ON DELETE NO ACTION referential integrity
constraint?

  • A. If a parent key is deleted, any child keys referenced by the parent key are automatically deleted.
  • B. If a parent key is deleted, no test is made for referential integrity.
  • C. If any child key references a parent key, the record containing the parent key cannot be deleted.
  • D. If a parent key is deleted, all child keys are automatically set to a specified value.
Answer:

C

Discussions

Question 9

Consider the table shown in the exhibit. Which relational algebraic operation would return
Row 3?

  • A. Union
  • B. Selection
  • C. Projection
  • D. Difference
Answer:

B

Discussions

Question 10

A large enterprise uses a two-tier database architecture and runs complex database processing
on the client. Which term best describes the client in this system?

  • A. Fat client
  • B. Thin client
  • C. Terminal client
  • D. Enterprise client
Answer:

A

Discussions
To page 2