Exam 3: The Relational Model 2: SQL

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

When you use a name containing a space in Access SQL,you must ____.

(Multiple Choice)
4.9/5
(30)

The ____ clause can be used to create groups of records.

(Multiple Choice)
4.9/5
(39)

In Access SQL,the ____ is used as a wildcard to represent any individual character.

(Multiple Choice)
4.9/5
(29)

In SQL,you sort data using the ____________________ clause.

(Short Answer)
4.8/5
(37)

What are some common restrictions place on table and column names by DBMSs?

(Short Answer)
4.8/5
(31)

When rows are grouped,one line of output is produced for each group.

(True/False)
4.8/5
(27)

Most relational DBMSs use a version of SQL as a data manipulation language.

(True/False)
4.9/5
(36)

In Access,you can combine values in character fields into a single computed field by using the ____________________ operator.

(Short Answer)
4.9/5
(41)

A WHERE and a HAVING clause cannot be included in the same query.

(True/False)
4.7/5
(39)

Describe five data types that you will often encounter when working with databases.

(Essay)
4.9/5
(33)

The ____________________ of two tables is a table containing all rows that are in either the first table,the second table,or both.

(Short Answer)
5.0/5
(43)

When rows are grouped,____.

(Multiple Choice)
4.8/5
(43)

Based on the code above,list the descriptions of all parts that are located in Warehouse 3 or for which there are more than 20 units on hand,or both.

(Multiple Choice)
4.8/5
(33)

CHAR data types are numbers without a decimal part.

(True/False)
4.8/5
(37)

Based on the code above,change the Zip code of the student with ID 11433 to 14455.

(Multiple Choice)
4.9/5
(30)

Based on the code above,for each sales rep,list the rep number,the number of customers assigned to the rep,and the average balance of the rep's customers. Group the records by rep number and order the records by rep number.

(Multiple Choice)
4.8/5
(43)

One common restriction placed on table and column names by DBMSs is that names can contain only letters,numbers,and ____________________.

(Short Answer)
4.8/5
(45)

The BETWEEN operator is an essential feature of SQL.

(True/False)
4.8/5
(38)

Many versions of SQL,including MySQL,use the ____________________ as a wildcard to represent any individual character.

(Short Answer)
4.9/5
(32)

When you place one query inside another,the inner query is called a(n)____________________.

(Short Answer)
4.8/5
(33)
Showing 21 - 40 of 74
close modal

Filters

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