Home > Certified Internet Web Professional > Quizzes > CIW Database Design Specialist (1D0-541) Exam Practice Test 2
CIW Database Design Specialist (1D0-541) Exam Practice Test 2
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 24% Most missed: “(NULL) Primary Key Class_Num Consider the Information Engineering diagram shown …”
CIW Database Design Specialist (1D0-541) Exam Practice Test 2
Time left 00:00
25 Questions

1. Which statement accurately describes a characteristic of attributes?
2. Consider the table for an employee database shown in the exhibit. What is the degree of the table?
3. Which subset of Structured Query Language (SQL) is used to perform operations such as data retrieval or deletion on the data contained in a database?
4. A foreign key maps to a:
5. Which database architecture is best suited to implementation in the World Wide Web environment?
6. Which three pieces of information did E.F. Codd describe as necessary to retrieve a data value from a relational database?
7. Consider the Recreation relation shown in the exhibit. You need to apply a SQL statement to the Recreation relation that will return the following data: Which SQL statement applied to the Recreation relation will return this data?
8. Which subset of Structured Query Language (SQL) is used to limit access to a database or its data?
9. Consider the Dept1_Parts and Dept2_Parts relations shown in the exhibit. Which of the following SQL statements would create a set difference of the two relations with the widest variety of Structured Query Language dialects?
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?
11. Which mechanism provides database users with controlled access to the database through the use of virtual tables?
12. Which type of dependency occurs when one attribute of a composite key is removed and the dependency still exists?
13. Which relational algebraic operation is used to select specific columns (attributes) from a relation?
14. A relation for a construction company is shown in the exhibit. Which of the following best defines the relationship between Cust_ID and Cust_Name?
15. Consider the following SQL statement and the Orders relation shown in the exhibit: What is the output of this SQL statement? SELECT * FROM Orders WHERE NOT (Amount < 1000 AND Sales_Rep_No = 210);
16. Consider the relation shown in the exhibit. Which of the following SQL statements would properly add information for a new employee?
17. 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?
18. Consider the following DBDL description of an entity: Teachers (teach_num: variable length character string length 10 NOT NULL teach_name: variable length character string length 10 NOT NULL) Primary Key: teach_num which integrity constraint is satisfied?
19. Consider the Recreation relation in the exhibit. A data operation that changes one of the tuples for Student_ID 1003 must be performed. It is necessary to change one of the activities from swimming to tennis. The Student_ID and Activity attributes make up the primary key for the Recreation relation. All related information must be altered, as well. Which SQL statement or statements would best accomplish this?
20. Which of the following occurs in a relation when records are added or removed?
21. What is the highest normal form of the relation(s) shown in the exhibit?
22. Consider the table for an employee database shown in the exhibit. What is the cardinality of the table?
23. The database manager wants to give Rubio and Doe the ability to modify the Project Relation shown in the exhibit. A temporary employee named Temp needs to access the data in the database to generate reports. Which group of SQL statements will perform this task?
24. 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?
25. 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?