Exam 2: The Relational : Introduction, QBE, and Relational Algebra
Exam 1: Introduction to Database Management50 Questions
Exam 2: The Relational : Introduction, QBE, and Relational Algebra50 Questions
Exam 3: The Relational : SQL75 Questions
Exam 4: The Relational : 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
Provide a definition for the term relation.
Free
(Essay)
4.8/5
(36)
Correct Answer:
A relation is a two-dimensional table in which:
1.The entries in the table are single-valued; that is,each location in the table contains a single entry.
2.Each column has a distinct name
3.All values in a column are values of the same attributes
4.The order of columns is immaterial
5.Each row is distinct
6.The order of rows is immaterial
A query is a question represented in a way that the DBMS can recognize and process.
Free
(True/False)
5.0/5
(36)
Correct Answer:
True
The field on which records are sorted is called the ____________________.
Free
(Short Answer)
4.7/5
(31)
Correct Answer:
sort key
A(n)____________________ field is a field that is the result of a calculation using one or more existing fields.
(Short Answer)
4.9/5
(39)
Count,Sum,Avg,Max,and Min are a few of the built-in statistics or ____ functions that can be used in a query.
(Multiple Choice)
4.9/5
(38)
If you are sorting records by more than one field,the more important field is called the ____.
(Multiple Choice)
4.8/5
(39)
The ____ operation is performed by the SUBTRACT command in relational algebra.
(Multiple Choice)
4.8/5
(29)
To list the records in a query's results in a particular order,you need to ____________________ the records.
(Short Answer)
4.8/5
(33)
The ____ operator is used to concatenate every row in the first table with every row in the second table.
(Multiple Choice)
4.8/5
(36)
____________________ is a theoretical way of manipulating a relational database.
(Short Answer)
4.8/5
(34)
The ____ command within relational algebra includes the word OVER followed by a list of the columns to be included.
(Multiple Choice)
4.9/5
(35)
What is the difference between an AND criterion and an OR criterion? How is each criterion created in QBE?
(Essay)
4.9/5
(35)
The ____ key of a table is the column or collection of columns that uniquely identifies a given row in that table.
(Multiple Choice)
4.9/5
(26)
List at least six of the aggregate functions available in Access.Explain how to use any of these functions in a query.
(Essay)
5.0/5
(43)
Access automatically adds double quotation marks around values in the design grid that are formatted as Short Text fields when you run the query or move the insertion point to another cell in the design grid.
(True/False)
4.7/5
(32)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)