Chapter 1, M1 Quiz

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Database programming I, A Guide to SQL, 10e

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What is a database?

A database is a structure that contains different categories of information and the relationships between these categories.

2
New cards

Which of the following is a valid KIMTAY database fact?

?? a. A CUSTOMER may have many relationships, b. An INVOICE contains many customers, c. A sales representative represents only one customer, d. An ITEM is sold to only one customer in an invoice

3
New cards

What information is contained in the CUSTOMER table in the KIMTAY database?

Customer name, contact information, and customer representative.

4
New cards

Which of the following is a table in the STAYWELL database?

OWNER

5
New cards

Which of the following is not a table in the STAYWELL database?

ADDRESS

6
New cards

Which of the following is a unique identifier?

OWNER_ID

7
New cards

Which of the following is not a table in the KIMTAY database?

REPRESENTIVE

8
New cards

Which table in the KIMTAY database is ITEM_ID found?

?? a. ITEM and INVOCES tables, b. INVOICES table, c. ITEM and INVOICE_LINE tables, d. ITEM table