Filters
Question type

Study Flashcards

List the six properties that define a relation in a two-dimensional table.

Correct Answer

verifed

verified

A relation is a two-dimensional table in...

View Answer

The relational operators are +, *, %, and /.

A) True
B) False

Correct Answer

verifed

verified

The compound criteria (conditions) are created by using which of the following two keywords?


A) AND, OR
B) AND, NOR
C) OR, NOT
D) NOT, ONLY

E) None of the above
F) B) and C)

Correct Answer

verifed

verified

Which operation will allow you to extract data from more than one table?


A) Select
B) Merge
C) Project
D) Join

E) B) and D)
F) B) and C)

Correct Answer

verifed

verified

The field on which records are sorted is called the composite primary key.

A) True
B) False

Correct Answer

verifed

verified

When some of the entries in a structure contain repeating groups and thus are not single-valued, the structure is called a(n) ____________________.

Correct Answer

verifed

verified

unnormaliz...

View Answer

Which of the following is the column or collection of columns that uniquely identifies a given row in that table?


A) primary key
B) secondary key
C) foreign key
D) minor key

E) All of the above
F) B) and C)

Correct Answer

verifed

verified

What is the difference between an AND criterion and an OR criterion?

Correct Answer

verifed

verified

In an AND criterion, both crit...

View Answer

Which of the following is true if two tables have the same number of columns and their corresponding columns represent the same type of data?


A) They are union compatible.
B) They are intersection compatible.
C) They are difference compatible.
D) They are product compatible.

E) B) and D)
F) A) and D)

Correct Answer

verifed

verified

In the Access Query window, the upper portion of the window contains the design grid.

A) True
B) False

Correct Answer

verifed

verified

The concept of grouping means that statistics will be calculated for individual records.

A) True
B) False

Correct Answer

verifed

verified

A column whose value uniquely identifies a given row in the table is the secondary key.

A) True
B) False

Correct Answer

verifed

verified

What type of query changes data?


A) addition
B) update
C) update.
D) select

E) B) and C)
F) All of the above

Correct Answer

verifed

verified

In relational algebra, what command causes only certain columns to be included in the new table?


A) SELECT
B) DELETE
C) PROGRAM
D) PROJECT

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

The primary key of a table is the row or rows that uniquely identify a given column in that table.

A) True
B) False

Correct Answer

verifed

verified

Based on the tables below, which command creates a new table named CustSales that combines the Customer and SalesPerson tables based on SalesPersonNum??Customer (CustomerNum, CustomerName, Street, City, State, PostalCode, SalesPersonNum) ?SalesPerson (SalesPersonNum, LastName, FirstName)


A) PROJECT Customer SalesPerson WHERE Customer.SalesPersonNum=SalesPerson.SalesPersonNum MAKING CustSales
B) UNION Customer SalesPerson WHERE Customer.SalesPersonNum=SalesPerson.SalesPersonNum MAKING CustSales
C) SELECT Customer SalesPerson JOIN Customer.SalesPersonNum=SalesPerson.SalesPersonNum GIVING CustSales
D) JOIN Customer SalesPerson WHERE Customer.SalesPersonNum=SalesPerson.SalesPersonNum GIVING CustSales

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

Which term is another word for a row in a table?


A) tuple
B) field
C) group
D) relation

E) A) and B)
F) All of the above

Correct Answer

verifed

verified

A query is a question represented in a way that the DBMS can recognize and process.

A) True
B) False

Correct Answer

verifed

verified

The attributes of an entity become the fields or columns in a table.

A) True
B) False

Correct Answer

verifed

verified

How do you refer to a column named State in a table named Client?


A) State.Client
B) State(Client)
C) Client.State
D) Client(State)

E) None of the above
F) C) and D)

Correct Answer

verifed

verified

Showing 21 - 40 of 50

Related Exams

Show Answer