3 Months Free Update
3 Months Free Update
3 Months Free Update
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?
You enterprise must decide whether to use a database management system. Which of the following lists four advantages of using a DBMS?
Consider the relations shown in the exhibit. Which of the following SQL statements would enter data from the Customers relation into the Atlanta_Customers relation?
Which of the following best describes the ON DELETE CASCADE referential integrity constraint?
Consider the relational database shown in the exhibit.
What is the foreign key in this database?
Consider the Information Engineering diagram in the exhibit showing the relations BUILDING and RESIDENT. What is the relationship between BUILDING and RESIDENT?
A large enterprise uses a two-tier database architecture and runs complex database applications.
Which term best describes the client in this system?
The exhibit shows a relation for a company projects. Which candidate key(s) would best serve as the primary key for this relation?
Which process is used to prevent the current database operation from reading or writing a data item while that data item is being accessed by another operation?
Your enterprise has reached the conceptual design phase for a database project. What is the desired goal at the end of this design phase?
Which database security technique prevents invalid data from being entered into the database?
Several SQL operations are performed by User 1 to access the Fee information for Bowling in the Act_Fee relation (shown in the exhibit). The first access returns a fee of 50. An unrelated SQL operation by another user updates the Bowling fee to 60. The second access by User 1 returns a fee of 60. What problem has occurred?
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?
Consider the following relational algebraic expression: Which of the following SQL statements is equivalent to this relational algebraic expression?
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?
What is the most important service provided by a database management system?
Your company must choose which type of database to use for a new project. Which of the following lists three characteristics of file-based database systems?
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?
Consider the relation shown in the exhibit. Which of the following SQL statements would properly remove all tuples for New York customers?
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?
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?
Which concurrency control method should be used only when conflicts between transactions rarely occur?
Which type of entity must reference another entity for its data to be meaningful?
Which term best defines a database system in which data records are stored in one or more files with no structured relationship?
Which area of database security involves maintaining access to enterprise data?
Consider the following four database design activities:
1 - Design user views.
2 - Select a DBMS.
3 - Apply normalization.
4 - Determine entities.
Which choice shows the correct ordering of these activities, from first to last, by assigned numbers?
The exhibit shows a table called Housing Relation that relates a unique student identification number with a dormitory building and a room fee for that building. Each building charges only one fee and a student can live in only one building. The key for the Housing Relation is Student_ID.
This table is in which normal form?