The creation of intermediate entities occurs during the logical database design phase for an enterprise. It is used to resolve which types of relationships?
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?
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?
Which of the following best describes the information contained in the data dictionary (or system catalog)?
Which relational algebraic operation is used to select specific columns (attributes) from a relation?
Your enterprise is developing a database system that will contain highly sensitive data. Security of the data will take priority over database processing speed. Which database protection technique should be employed?
NULL) Primary Key Class_Num
Consider the Information Engineering diagram shown in the exhibit. Which DBDL definition best describes this diagram?
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?
Which database security technique prevents invalid data from being entered into the database?
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?
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?
Which of the following occurs in a relation when records are added or removed?
Which type of dependency occurs when one attribute of a composite key is removed and the dependency still exists?
What improvement can be made to file-based databases to overcome their limitations?