Vcehome > CIW > CIW Certification > 1D0-541 > 1D0-541 Online Practice Questions and Answers

1D0-541 Online Practice Questions and Answers

Questions 4

Which relational algebraic operation is used to select specific columns (attributes) from a relation?

A. Union

B. Difference

C. Projection

D. Intersection

Browse 128 Q&As
Questions 5

Which security technique limits access by unauthorized users to parts of an enterprise database?

A. Views

B. Concurrency

C. Locking

D. Integrity controls

Browse 128 Q&As
Questions 6

Consider the Registration relation shown in the exhibit. Which of the following SQL statements would return the Registration2 relation from the Registration relation?

A. SELECT Course_Code FROM Registration;

B. SELECT * FROM Registration WHERE Registration_ID = 1003 AND Registration_ID = 1005;

C. SELECT * FROM Registration WHERE Course_Code = 'A4343';

D. SELECT Registration_ID, Student_ID, First_Name, Last_Name FROM Registration WHERE Course_Code = 'A4343';

Browse 128 Q&As
Questions 7

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

A. Data Control Language

B. Database Entity Language

C. Data Definition Language

D. Data Manipulation Language

Browse 128 Q&As
Questions 8

The exhibit shows a table called Recreation Relation that relates a unique student identification number and a sports activity with a fee for participating in that activity. The Student_ID and Activity columns in the table are used together as a composite key. Which statement about the relation is correct?

A. Activity_Fee is a determinant of Activity.

B. Activity_Fee is partially dependent on the primary key.

C. The table contains a transitive dependency.

D. Activity_Fee is a determinant of Activity and Student_ID.

Browse 128 Q&As
Questions 9

Consider the Information Engineering diagram shown in the exhibit for a building management company. Referential integrity must be maintained such that a building cannot be deleted when it has residents. Building_ID, R_ID, Room_Count and Room_Num are integer numbers, whereas Bldg_Name, Location and Res_Name are all represented by variable-length strings with a maximum of 20 characters. Which SQL statement best implements the relations shown in this diagram?

A. CREATE TABLE BUILDING ( Building_ID INTEGER NOT NULL PRIMARY KEY, Bldg_Name VARCHAR (20), Location VARCHAR (20), Room_Count INTEGER ); CREATE TABLE RESIDENT ( R_ID NOT NULL PRIMARY KEY, Room_Num INTEGER, Res_Name VARCHAR (20), Building_ID INTEGER NOT NULL, FOREIGN KEY Building_ID REFERENCES RESIDENT (Building_ID) ON DELETE NO CHECK);

B. CREATE TABLE BUILDING ( Building_ID INTEGER NOT NULL PRIMARY KEY, Bldg_Name VARCHAR (20), Location VARCHAR (20), Room_Count INTEGER ); CREATE TABLE RESIDENT ( R_ID NOT NULL PRIMARY KEY, Room_Num INTEGER, Res_Name VARCHAR (20), Building_ID INTEGER NOT NULL, FOREIGN KEY Building_ID REFERENCES BUILDING (Building_ID) ON DELETE NO CHECK ON UPDATE CASCADE);

C. CREATE TABLE BUILDING ( Building_ID INTEGER NOT NULL PRIMARY KEY, Bldg_Name VARCHAR (20), Location VARCHAR (20), Room_Count INTEGER ); CREATE TABLE RESIDENT ( R_ID NOT NULL PRIMARY KEY, Room_Num INTEGER, Res_Name VARCHAR (20), Building_ID INTEGER NOT NULL, FOREIGN KEY Building_ID REFERENCES BUILDING (Building_ID) ON DELETE NO CHECK ON UPDATE CASCADE);

D. CREATE TABLE BUILDING ( Building_ID INTEGER NOT NULL PRIMARY KEY, Bldg_Name VARCHAR (20), Location VARCHAR (20), Room_Count INTEGER ); CREATE TABLE RESIDENT ( R_ID NOT NULL PRIMARY KEY, Room_Num INTEGER, Res_Name VARCHAR (20), Building_ID INTEGER NOT NULL, FOREIGN KEY Building_ID REFERENCES BUILDING (Building_ID) ON DELETE NO CHECK ON UPDATE CASCADE);

Browse 128 Q&As
Questions 10

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

Browse 128 Q&As
Questions 11

Consider the entity-relation (ER) diagram shown in the exhibit. When the logical database design phase is completed, which of the following is a valid DBDL description of the base relations for the ER diagram?

A. STUDENT( Student_Number: integer NOT NULL Name: variable length character string length 20 NOT NULL) Primary Key Student_Number CLASS( Class_Num: integer NOT NULL Class_Name: integer NOT NULL) Primary Key Class_Num

B. STUDENT( Student_Number: integer NOT NULL Name: variable length character string length 20 NOT NULL) Primary Key Student_Number

CLASS(

Class_Num: integer NOT NULL

Class_Name: integer NOT NULL)

Primary Key Class_Num

Foreign Key Class_Num References STUDENT

C. STUDENT( Student_Number: integer NOT NULL Name: variable length character string length 20 NOT NULL) Primary Key Student_Number STU_CLASS( Student_Number: integer NOT NULL Class_Num: integer NOT NULL) Primary Key Student_Number CLASS( Class_Num: integer NOT NULL Class_Name: integer NOT NULL) Primary Key Class_Num

D. STUDENT( Student_Number: integer NOT NULL Name: variable length character string length 20 NOT NULL) Primary Key Student_Number STU_CLASS( Student_Number: integer NOT NULL Class_Num: integer NOT NULL) Primary Key Student_Number CLASS( Class_Num: integer NOT NULL Class_Name: integer NOT NULL) Primary Key Class_Num

Browse 128 Q&As
Questions 12

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 = M#;

B. SELECT * FROM Registration WHERE Course_Code LIKE M_;

C. SELECT * FROM Registration WHERE Course_Code LIKE M%;

D. SELECT * FROM Registration WHERE Course_Code = M%;

Browse 128 Q&As
Questions 13

Consider the Project relation shown in the exhibit as well as the following SQL statement:

DELETE FROM Project WHERE Cust_Name = Acme;

Which of the following tables shows the Project relation after execution of this SQL statement?

A.

B. C. D.

Browse 128 Q&As
Exam Code: 1D0-541
Exam Name: CIW V5 Database Design Specialist
Last Update:
Questions: 128 Q&As

PDF

$49.99

VCE

$59.99

PDF + VCE

$67.99