Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

1D0-541 Exam Dumps - CIW v5 Database Design Specialist

Go to page:
Question # 9

Consider the following database information:

domain s_id: integer domain grd: fixed length

character string length 1

STUDENT_GRADE(

Student_Number: s_id NOT NULL

Grade: grd ) Primary Key

Student_Number

During which phase of the database design process would this information be developed?

A.

Logical

B.

Physical

C.

Conceptual

D.

Implementation

Full Access
Question # 10

Consider the Registration relation shown in the exhibit. Which of the following SQL statements would return all tuples that have course codes beginning with the letter M?

A.

SELECT * FROM

Registration WHERE

Course_Code = #

B.

SELECT * FROM

Registration WHERE

Course_Code LIKE _

C.

SELECT * FROM

Registration WHERE

Course_Code LIKE %

D.

SELECT * FROM

Registration WHERE

Course Code = %

Full Access
Question # 11

FROM Registration WHERE

Consider the following relational algebraic expression: Which of the following SQL Course_Code = 'A4343';

statements is equivalent to this relational algebraic expression?

A.

SELECT Sales_Rep_No(108)

FROM Orders;

B.

INSERT INTO Orders

VALUES(Sales_Rep_No = 108)

WHERE Sales_Rep_No = NULL;

C.

SELECT'FROM Orders

WHERE Sales_Rep_No = 108;

D.

SELECT'FROM Orders

WHERE Sales_Rep_No = ?08?

Full Access
Question # 12

In which phase of database design do you identify entities, attribute domains, and relationships?

A.

Logical

B.

Physical

C.

Application

D.

Conceptual

Full Access
Question # 13

Your enterprise has created a database and database application. The testing phase for the project has started. Which of the following best describes white-box testing of the projects software?

A.

The database designer tests the software because he or she is able to make necessary changes to the underlying code for the software.

B.

A user who has no knowledge of the softwares underlying code tests the software.

C.

Someone other than the database designer tests the software. This person has no access to the underlying code and attempts to use the software only in ways not considered by the software designers.

D.

A person tests the software and submits suggestions to the software's underlying code. This person is someone other than the database designer, but has access to the softwares underlying code.

Full Access
Question # 14

Consider the symbols shown in the exhibit. Which of the following correctly identifies these symbols when used in an entity-relationship (ER) diagram?

A.

1 = attribute, 2 = entity, 3 = relationship

B.

1 = entity, 2 = relationship, 3 = attribute

C.

1 = relationship, 2 = entity, 3 = attribute

D.

1 = relationship, 2 = attribute, 3 = entity

Full Access
Question # 15

Consider the following SQL statement and the Orders relation shown in the exhibit:

What is the output of this SQL statement?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 16

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

A.

Parallelism

B.

Serialization

C.

Database control

D.

Concurrency control

Full Access
Go to page: