Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational Model 2: SQL75 Questions
Exam 4: The Relational Model 3: Advanced Topics50 Questions
Exam 5: Database Design 1: Normalization50 Questions
Exam 6: Database Design 2: Design Method75 Questions
Exam 7: Dbms Functions50 Questions
Exam 8: Database Administration50 Questions
Exam 9: Database Management Approaches75 Questions
Select questions type
When both criteria must be true for the compound criterion to be true, the _______________ operator is being used.
Free
(Short Answer)
4.9/5
(41)
Correct Answer:
AND
Based on the table below, which command creates a new table named CustState containing the fields CustomerNum and State??Customer (CustomerNum, CustomerName, Street, City, State, PostalCode)
Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
B
Explain what relational algebra is and how it is used.
Free
(Essay)
4.9/5
(33)
Correct Answer:
Relational algebra is a theoretical way of manipulating a relational database. Relational algebra includes operations that act on existing tables to produce new tables, similar to the way the operations of addition and subtraction act on numbers to produce new numbers in the mathematical algebra with which you are familiar. Retrieving data from a relational database through the use of relational algebra involves issuing relational algebra commands to operate on existing tables to form a new table containing the desired information. Sometimes you might need to execute a series of commands to obtain the desired result.
A ______________ primary key is composed of more than one column so that the row is unique.
(Short Answer)
4.9/5
(38)
To select data from more than one table at the same time, you need to perform a make-table query.
(True/False)
4.9/5
(27)
Which command contains all rows that are common in two tables?
(Multiple Choice)
4.9/5
(28)
Which command creates a table containing all rows that are in either or both of two tables?
(Multiple Choice)
4.9/5
(37)
Which operator is used to concatenate every row in the first table with every row in the second table?
(Multiple Choice)
4.9/5
(47)
Which of the following is NOT true about a relation in a two-dimensional table?
(Multiple Choice)
5.0/5
(32)
Multiple entries in tables are often called ____________________.
(Short Answer)
4.9/5
(27)
A query ___________________ is a DBMS component that analyzes queries and attempts to determine the most efficient way to execute a given query.
(Short Answer)
4.8/5
(36)
A(n) ______________ query makes a specified change to all records satisfying the criteria in the query.
(Short Answer)
5.0/5
(29)
A relational database handles entities, attributes, and relationships by storing each entity in its own row.
(True/False)
4.8/5
(29)
Based on the table below, which command lists all information from the table concerning the customer with CustomerNum 260? Customer (CustomerNum, CustomerName, Street, City, State, PostalCode)
(Multiple Choice)
4.9/5
(31)
In an AND criterion, the overall criterion is true if either of the individual criteria is true.
(True/False)
4.9/5
(40)
In relational database shorthand, the structure of a relational database is written with the name of the table followed by the columns in the table listed within parentheses.
(True/False)
4.7/5
(37)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)