Pass the CIW CIW Web Development Series 1D0-541 Questions and answers with CertsForce

Viewing page 2 out of 4 pages
Viewing questions 11-20 out of questions
Questions # 11:

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

Question # 11

What is the output of this SQL statement?

Question # 11

Options:

A.

Option A


B.

Option B


C.

Option C


D.

Option D


Expert Solution
Questions # 12:

Consider the following relation definitions:

STUDENT(

Student_Number: integer NOT NULL

Name: variable length character string length 20)

Primary Key Student_Number

HOUSING(

Housing_ID: integer NOT NULL

Student_Number: integer NOT NULL

Building: variable length character string length 25)

Primary Key Housing_ID

Foreign Key Student_Number References STUDENT(Student_Number)

ON DELETE NO ACTION

ON UPDATE CASCADE

What are the referential constraints for the relations defined in these relation definitions?

Options:

A.

There is no relationship between changes in STUDENT(Student_Number) and HOUSING(Student_Number).


B.

When STUDENT(Student_Number) is changed or deleted, this modification or deletion will automatically be reflected in HOUSING(Student_Number).


C.

Modifications to HOUSING(Student_Number) are automatically reflected in changes to STUDENT(Student_Number), but deletions are not permitted.


D.

Modifications to STUDENT(Student_Number) are automatically reflected in changes to HOUSING(Student_Number). For a deletion to occur fromSTUDENT(Student_Number), it must first occur in HOUSING(Student_Number).


Expert Solution
Questions # 13:

Which subset of Structured Query Language (SQL) is used to create and name database entities?

Options:

A.

Data Query Language


B.

Database Entity Language


C.

Data Definition Language


D.

Data Manipulation Language


Expert Solution
Questions # 14:

Consider the following relation definition:

STUDENT(

Student_Number: integer NOT NULL

Name: variable length character string length 20 NOT NULL)

Primary Key Student_Number

HOUSING(

Housing_ID: integer NOT NULL

Student_Number: integer NOT NULL

Building: variable length character string length 25 NOT NULL)

Primary Key Housing_ID

Foreign Key Student_Number References

STUDENT(Student_Number)

ON DELETE NO CHECK

ON UPDATE

Which integrity constraint is violated in this relation definition?

Options:

A.

Entity integrity


B.

Domain constraint


C.

Referential integrity


D.

Enterprise constraint


Expert Solution
Questions # 15:

Which of the following best describes the two-tier database architecture?

Options:

A.

The user accesses a database server using a terminal.


B.

The user interface, data-processing logic, database access and data validation functions are performed on a mainframe server.


C.

The user interface and data validation functions are performed by the client whereas the data-processing logic is performed on a server.


D.

The user interface and data-processing logic are performed by the client whereas the server handles database access and data validation functions.


Expert Solution
Questions # 16:

The exhibit shows a table called Activity Relation that relates a unique student identification number with a sports activity and a fee for participating in that activity. A student can participate in only one activity. The key for the relation is Student_ID. What consequence would occur if the tuple for Student_ID 1001 were removed?

Question # 16

Options:

A.

An update anomaly would occur.


B.

An insertion anomaly would occur.


C.

A deletion anomaly would occur.


D.

Both an insertion anomaly and a deletion anomaly would occur.


Expert Solution
Questions # 17:

Your enterprise has reached the conceptual design phase for a database project. What is the desired goal at the end of this design phase?

Options:

A.

A set of normalized relations


B.

A reviewed entity-relationship (ER) model


C.

An entity-relationship (ER) model with no redundant data


D.

A set of denormalized relations


Expert Solution
Questions # 18:

Which term describes the rejoining of relations that have been decomposed?

Options:

A.

Normalization


B.

Denormalization


C.

Referential integrity


D.

Domain constraints


Expert Solution
Questions # 19:

Which statement best describes a procedural data manipulation language command?

Options:

A.

It contains a query language for retrieving data.


B.

It can be used only to manipulate data through a SQL interface.


C.

The user is not required to know how the underlying data structures are implemented.


D.

It requires that the user know how the underlying data structures are implemented.


Expert Solution
Questions # 20:

Consider the Stu_Act and Act_Fee tables shown in the exhibit. Which relational algebraic operation would yield the Activity Relation table in the exhibit?

Options:

A.

Union


B.

Intersection


C.

Natural join


D.

Cartesian product


Expert Solution
Viewing page 2 out of 4 pages
Viewing questions 11-20 out of questions