Exam 7: Information Retrieval From Relational Databases

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

The following Query will produce The following Query will produce

(Multiple Choice)
4.8/5
(42)

A Microsoft Access dynaset looks and behaves like a table but is not stored as a table.

(True/False)
4.9/5
(44)

A single SQL query statement can accomplish relational algebra select, project, and join operations.

(True/False)
4.8/5
(39)

If a table contained 20 columns and you wanted to use only ten of the table's columns in a query you would use:

(Multiple Choice)
4.7/5
(39)

A calculation that performs a mathematical operation within a single column of data is called an aggregation function.

(True/False)
4.8/5
(38)

Three tables exist in a relational database as follows: Three tables exist in a relational database as follows:    What would a full outer join of these three tables include in its answer? Give a complete picture of what the answer would look like, using only the Student ID and CourseID attributes, and assuming Student is the left table, StudentTakesCourse is middle, and Course is the right table. What would a full outer join of these three tables include in its answer? Give a complete picture of what the answer would look like, using only the Student ID and CourseID attributes, and assuming Student is the left table, StudentTakesCourse is middle, and Course is the right table.

(Essay)
4.9/5
(38)

What is the general name for a query that prompts the user to enter criteria to apply in selecting the rows of interest in a table?

(Multiple Choice)
5.0/5
(41)

The SELECT component of a SQL query statement specifies which attributes are to be included in the answer to the query.

(True/False)
4.8/5
(34)

An SQL query statement that accomplishes only the relational algebra PROJECT operation would not include a WHERE clause.

(True/False)
4.8/5
(42)

In SQL what character allows the database to know that the end of the query has been reached?

(Multiple Choice)
4.9/5
(38)

A horizontal subset includes only some of the rows in the table and all of the table's columns.

(True/False)
4.8/5
(36)

Given the following table schema, create a query using Structured Query Language that displays the total amount of cash receipts for the month of June, 2010. Given the following table schema, create a query using Structured Query Language that displays the total amount of cash receipts for the month of June, 2010.

(Short Answer)
4.8/5
(37)

Write the generic format of a SQL query statement and explain the purpose of each clause in the SQL statement. Include in your explanation a description of which relational algebra operations are accomplished by each component of a SQL query statement.

(Essay)
4.9/5
(37)

Which of the following SQL statements would produce a list of all employees from the Employee table that live in the Zip Code of 80112?

(Multiple Choice)
4.8/5
(43)

Mathematical Comparison operators are used in which part of the SQL statement?

(Multiple Choice)
4.9/5
(36)
Showing 41 - 55 of 55
close modal

Filters

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