Anda di halaman 1dari 8

A relational database handles entities, attributes, and relationships by storing each entity in its own

table.
Selected Answer: True
Correct Answer: True

Question 2
2 out of 2 points
The attributes of an entity become the fields or columns in a table.

Selected Answer: True
Correct Answer: True


Question 3
2 out of 2 points
Each column in a table should have a unique name, and entries in each column should all match
this column name.

Selected Answer: True
Correct Answer: True


Question 4
2 out of 2 points
A relational database is a collection of relations.

Selected Answer: True
Correct Answer: True


Question 5
2 out of 2 points
An unnormalized relation is a table that has more than one row.

Selected Answer: False
Correct Answer: False


Question 6
2 out of 2 points
A column whose value uniquely identifies a given row in the table is the secondary key.

Selected Answer: False
Correct Answer: False


Question 7
2 out of 2 points
QBE is a visual approach to writing queries.

Selected Answer: True
Correct Answer: True


Question 8
2 out of 2 points
The concept of grouping means that statistics will be calculated for individual records.

Selected Answer: False
Correct Answer: False


Question 9
2 out of 2 points
A relation is a(n) ____.

Selected Answer:

table
Correct Answer:

table


Question 10
2 out of 2 points
Based on the statement below, which of the following is the primary key?

Rep (RepNum, LastName, FirstName, Street, City, State, Zip, Commission, Rate)
Selected Answer:

RepNum
Correct Answer:

RepNum


Question 11
2 out of 2 points
When duplicate column names exist in a database and you need to indicate the column to which you
are referring, ____.

Selected Answer:

write both the table name and the column name, separated by a period
Correct Answer:

write both the table name and the column name, separated by a period


Question 12
0 out of 2 points
Rows are also called ____.

Selected Answer:

fields
Correct Answer:

tuples


Question 13
0 out of 2 points
The ____ key of a table is the column or collection of columns that uniquely identifies a given row in
that table.

Selected Answer:


foreign
Correct Answer:

primary

Question 14
2 out of 2 points
The compound criteria (conditions) are created by using ____.

Selected Answer:

AND, OR
Correct Answer:

AND, OR


Question 15
0 out of 2 points
Count, Sum, Avg, Max, and Min are a few of the built-in statistics or ____ functions that can be used
in a query.

Selected Answer:

primary
Correct Answer:

aggregate


Question 16
2 out of 2 points
If you are sorting records by more than one field, the more important field is called the ____.

Selected Answer:

primary sort key
Correct Answer:


primary sort key

Question 17
2 out of 2 points
A query that changes data is a(n) ____ query.

Selected Answer:

update
Correct Answer:

update


Question 18
0 out of 2 points
Based on the Customer table below, which command lists all information from the table concerning
customer 282?
CustomerNum CustomerName Street City State Zip
148 Als Appliance 28 Greenway Filmore FL 33336
282 Brookings 3827 Devon Grove FL 33321

Selected Answer:

SELECT Customer 282 GIVING Answer
Correct Answer:

SELECT Customer WHERE CustomerNum=282 GIVING Answer


Question 19
0 out of 2 points
Which operation will allow you to extract data from more than one table?

Selected Answer:

Merge
Correct Answer:

Join


Question 20
0 out of 2 points
You can restrict the output from a join to include only certain columns by using the ____ command.

Selected Answer:

INTERSECT
Correct Answer:

PROJECT


Question 21
0 out of 2 points
The product of two tables is also called the ____ product.

Selected Answer:

aggregate
Correct Answer:

Cartesian


Question 22
0 out of 2 points
A(n) ____________________ database is a collection of tables.

Selected Answer: table
Correct Answer:

Evaluation Method Correct Answer Case Sensitivity
Exact Match relational




Question 23
0 out of 2 points
Multiple entries in tables are often called ____________________.

Selected Answer: normalized group
Correct Answer:

Evaluation Method Correct Answer Case Sensitivity
Exact Match repeating groups




Question 24
0 out of 2 points
Columns in a table are often called ____________________.

Selected Answer: field
Correct Answer:

Evaluation Method Correct Answer Case Sensitivity
Exact Match fields

Exact Match attributes




Question 25
2 out of 2 points
The field on which records are sorted is called the ____________________.

Selected Answer: sort key
Correct Answer:

Evaluation Method Correct Answer Case Sensitivity

Exact Match sort key



Sunday, February 9, 2014 9:36:23 PM EST
OK

Anda mungkin juga menyukai