100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

Test Bank For A Guide to SQL, 10th Edition, Mark Shellman, 9780357361689

Rating
-
Sold
2
Pages
167
Grade
A+
Uploaded on
05-10-2024
Written in
2024/2025

A Guide to SQL, 10th Edition Test Bank / Shellman/Afyouni/Pratt/Last's A GUIDE TO SQL, Tenth Edition Test Bank. Shellman 10e Test Bank, Afyouni, Pratt, Last (10e Test Bank), Afyouni, Pratt, Last (test Bank)

Institution
Sql
Course
Sql

Content preview

A Guide to SQL
10th Edition Mark Shellman, Hassan Afyouni, Philip J. Pratt, Mary Z. Last




Table of Contents:-

Module 1. Introduction to KimTay Pet Supplies and StayWell Student Accommodation Databases


Module 2. Database Design Fundamentals


Module 3. Creating Tables


Module 4. Single-Table Queries


Module 5. Multiple-Table Queries


Module 6. Updating Data


Module 7. Database Administration


Module 8. Functions, Procedures and Triggers

,Module 1 - Introduction to KimTay Pet Supplies and StayWell Student Accommodation Databases

True / False

1. An example of a relationship between categories in the KimTay database is the relationship between sales reps and customers.
a. True
b. False

ANSWER: True
FEEDBACK: Correct Each database also contains relationships between categories. For example, the KimTay Pet Supplies
database contains information that relates sales reps to the customers they represent and customers to
the invoices they have placed.
Incorrect Each database also contains relationships between categories. For example, the KimTay Pet Supplies
database contains information that relates sales reps to the customers they represent and customers to
the invoices they have placed.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: What Is a Database?
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.1 - Introduce KimTay Pet Supplies, a company whose database is used to manage a pet
supplies business.
KEYWORDS: Bloom's: Remember



2. The StayWell database uses a combination of letters and numbers to identify each resident.
a. True
b. False

ANSWER: False
FEEDBACK: Correct Each owner is identified by a unique owner number that consists of two uppercase letters followed by a
three-digit number.
Incorrect Each owner is identified by a unique owner number that consists of two uppercase letters followed by a
three-digit number.
POINTS: 1
DIFFICULTY: Moderate
REFERENCES: StayWell Student Accommodation Database
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.2 - Introduce StayWell, a Seattle-based company whose database is used to manage
accommodation for university students on behalf of property owners.
KEYWORDS: Bloom's: Remember




3. StayWell organizes a variety of maintenance services for a fee.
a. True
b. False

ANSWER: True
FEEDBACK: Correct Currently, prospective owners and renters need to contact the offices and speak to an administrator on
all matters relating to renting of properties. The office organizes maintenance services for a fee, which is
also currently done via email or direct communication.
Incorrect Currently, prospective owners and renters need to contact the offices and speak to an administrator on
all matters relating to renting of properties. The office organizes maintenance services for a fee, which is
also currently done via email or direct communication.
POINTS: 1
DIFFICULTY: Easy

Page 1

,REFERENCES: StayWell Student Accommodation Database
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.2 - Introduce StayWell, a Seattle-based company whose database is used to manage
accommodation for university students on behalf of property owners.
KEYWORDS: Bloom's: Remember




4. The SERVICE_CATEGORY table in the StayWell database includes the service fees.
a. True
b. False

ANSWER: False
FEEDBACK: Correct The SERVICE_CATEGORY table includes details of maintenance services. The CATEGORY_NUM
provides a unique number for the service, and CATEGORY_DESCRIPTION shows what the service is.
Incorrect The SERVICE_CATEGORY table includes details of maintenance services. The CATEGORY_NUM
provides a unique number for the service, and CATEGORY_DESCRIPTION shows what the service is.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: StayWell Student Accommodation Database
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.2 - Introduce StayWell, a Seattle-based company whose database is used to manage
accommodation for university students on behalf of property owners.
KEYWORDS: Bloom's: Remember




5. StayWell has twelve offices, one to manage each of their twelve rental locations.
a. True
b. False

ANSWER: False
FEEDBACK: Correct StayWell is split into two offices to better manage the properties. This management includes
communicating with owners about the status and upkeep of their properties.
Incorrect StayWell is split into two offices to better manage the properties. This management includes
communicating with owners about the status and upkeep of their properties.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: StayWell Student Accommodation Database
QUESTION TYPE: True / False
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.2 - Introduce StayWell, a Seattle-based company whose database is used to manage
accommodation for university students on behalf of property owners.
KEYWORDS: Bloom's: Remember
DATE CREATED: 9/9/2020 1:37 PM
DATE MODIFIED: 9/29/2020 12:31 PM

Multiple Choice

6. KimTay sells _____.
a. furniture
b. pet supplies
c. sporting goods
d. electronic games

ANSWER: b
FEEDBACK: a. The management of KimTay Pet Supplies (a supplier of pet supplies, food, and accessories located in
Cody, Wyoming) has determined that the company’s recent growth no longer makes it feasible to
Page 2

, maintain customer, invoice, and inventory data using its manual systems.
b. The management of KimTay Pet Supplies (a supplier of pet supplies, food, and accessories located in
Cody, Wyoming) has determined that the company’s recent growth no longer makes it feasible to
maintain customer, invoice, and inventory data using its manual systems.
c. The management of KimTay Pet Supplies (a supplier of pet supplies, food, and accessories located in
Cody, Wyoming) has determined that the company’s recent growth no longer makes it feasible to
maintain customer, invoice, and inventory data using its manual systems.
d. The management of KimTay Pet Supplies (a supplier of pet supplies, food, and accessories located in
Cody, Wyoming) has determined that the company’s recent growth no longer makes it feasible to
maintain customer, invoice, and inventory data using its manual systems.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: The KimTay Pet Supplies Database
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.1 - Introduce KimTay Pet Supplies, a company whose database is used to manage a pet
supplies business.
KEYWORDS: Bloom's: Remember




7. The invoice line in a KimTay invoice contains a total, which is usually called a(n) _____.
a. footing
b. extension
c. trailer
d. sum

ANSWER: b
FEEDBACK: a. Each invoice line contains a total, usually called an extension, which is the result of multiplying the
number ordered by the quoted price.
b. Each invoice line contains a total, usually called an extension, which is the result of multiplying the
number ordered by the quoted price.
c. Each invoice line contains a total, usually called an extension, which is the result of multiplying the
number ordered by the quoted price.
d. Each invoice line contains a total, usually called an extension, which is the result of multiplying the
number ordered by the quoted price.
POINTS: 1
DIFFICULTY: Easy
REFERENCES: The KimTay Pet Supplies Database
QUESTION TYPE: Multiple Choice
HAS VARIABLES: False
LEARNING OBJECTIVES: Guide to SQL.10e.1.1 - Introduce KimTay Pet Supplies, a company whose database is used to manage a pet
supplies business.
KEYWORDS: Bloom's: Remember




8. Each line in a KimTay invoice contains an item ID, the number of units of the item ordered, the quoted price, and ____.
a. the wholesale price
b. an item description
c. the customer ID
d. an office location

ANSWER: b
FEEDBACK: a. Each invoice line contains an item ID, an item description, the number of units of the item ordered,
and the quoted price for the item.
b. Each invoice line contains an item ID, an item description, the number of units of the item ordered,
and the quoted price for the item.
c. Each invoice line contains an item ID, an item description, the number of units of the item ordered,
and the quoted price for the item.
d. Each invoice line contains an item ID, an item description, the number of units of the item ordered,

Page 3

Written for

Institution
Sql
Course
Sql

Document information

Uploaded on
October 5, 2024
Number of pages
167
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

  • shellman 10e test bank

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
docusity Nyc Uni
View profile
Follow You need to be logged in order to follow users or courses
Sold
1440
Member since
2 year
Number of followers
135
Documents
1404
Last sold
5 hours ago

4.4

237 reviews

5
163
4
38
3
23
2
4
1
9

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions