Exam 2: The Relational Model 1: Introduction, QBE, and Relational Algebra

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

B

Explain what relational algebra is and how it is used.

Free
(Essay)
4.9/5
(33)
Correct Answer:
Verified

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)

What type of functions are Count, Sum, Avg, Max, and Min?

(Multiple Choice)
4.9/5
(23)

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)

A relational database is a collection of tables.

(True/False)
4.8/5
(32)

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 a relation, the order of rows is important.

(True/False)
4.9/5
(34)

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)

List at least six of the aggregate functions available in Access.

(Essay)
4.8/5
(38)
Showing 1 - 20 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)