Databases

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Dana is creating a table that will show books for sale on a bookstore’s website. Which field in the table would best serve as its primary key?

ProductID

Explanation: A primary key uniquely identifies each record in a table. A ProductID is the best choice for a primary key because it ensures each product can be uniquely identified.

2
New cards

Which data type would be best suited to a field that lists a product’s clearance price?

Currency

3
New cards

What is a query in database terminology?

A question you ask a database. - A query is a request for data or information from a database, formatted to retrieve specific results based on criteria.

4
New cards

T/F: A database is a collection of related information, but a database management system is a type of software program.

True - A database management system (DBMS) is software that interacts with end users, applications, and the database itself to capture and analyze data.

5
New cards

In a database, each __________ contains a collection of related data.

Table

6
New cards

What are the different views to display a table?

Datasheet View, Design View, Pivot Table & Pivot Chart View

7
New cards

A relationship in a database connects how many tables?

Two

8
New cards

In a record, each separate piece of data, such as a last name, a first name, or an address, is called a _____________.

Field

9
New cards

One disadvantage of computerized databases is that they limit your ability to arrange information.

False

10
New cards

Malisa is designing a database for a doctor’s office where receptionists, office managers, and other office staff will need to manage patient data. Which database object should Malisa create to make it easy for these non-technical users to add patient records?

Forms

11
New cards

Is it true that a database is an organized collection of information?

True

12
New cards

Sawyer is looking at a table of students in his class, but it seems like the list is way too short. What is the most likely problem?

The table is filtered.

13
New cards

Which data type is best suited storing customer email addresses?

Hyperlink

14
New cards

What are the columns in a Microsoft Access table called?

Fields

15
New cards

T/F: A computerized database can store millions of telephone numbers.

True

16
New cards

Xavier is designing a Students table that will continue to track students even after they have completed their programs. Which of the following fields would work best with the Yes/No data type?

Graduated

17
New cards

Ibraheem works for a music store. Which of the following tables will give him the company contact information he needs to place a custom order for a guitar?

Vendors

18
New cards

Which of the following is NOT a part of a database?

Worksheets

19
New cards

T/F: A field's data type determines what kind of information can be stored there.

True

20
New cards

Which of the following is a way to sort data?

Chronologically, Numerically, and Alphabetically

21
New cards

Contact information for all people taking a class is stored in a ________ called Students.

Table

22
New cards

T/F: Databases typically store their data in one big table.

False

23
New cards

Which of the following is LEAST likely to be a field in a Customers table?

EmploymentDate

24
New cards

What does a filter in a database do?

Hide records from view

25
New cards

What sort order will show the oldest patients first based on birthdate?

Smallest to Largest

26
New cards

What does SQL stand for?

Structured query language

27
New cards

T/F: A query lets you speed up the browsing process by finding information that matches specifically to your criteria.

True

28
New cards

All the pet names in a veterinarian’s database are stored in a _______ called PetName.

Field

29
New cards

Queries in access can be used

as a sources of records for forms and reports and to view, change and analyze data in different ways

30
New cards

Which field could serve as the primary key for a list of students in your school?

Student ID number