Section 1 Database Basics

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

1/13

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.

14 Terms

1
New cards

database application

software that helps business users interact with database systems.

2
New cards

database administrator

responsible for securing the database system against unauthorized users.

3
New cards

Authorization

Many database users should haver limited access to specific tables, columns, or rows of a database. Database systems authorize individual users to access specific data.

4
New cards

Rules

Database systems ensure data is consistent with structural and business (blank).

5
New cards

query processor

interprets queries, creates a plan to modify the database or retrieve data, and returns query results to the application.

6
New cards

query optimization

to ensure the most efficient instructions are executed on the data.

7
New cards

storage manager

The (blank) translates the query processor instructions into low-level file-system commands that modify or retrieve data.

8
New cards

indexes

The storage manager uses (blank) to quickly locate data.

9
New cards

transaction manager

ensures transactions are properly executed.

10
New cards

Metadata

data about the database, such as column names and the number of rows in each table.

11
New cards

relational database

stores data in tables, columns, and rows, similar to a spreadsheet.

12
New cards

relational databases are good for what?

ideal for databases that require an accurate record of every transaction, such as banking, airline reservation systems, and student records.

13
New cards

SQL

stands for Structured Query Language and includes statements that read and write data, create and delete tables, and administer the database system.

14
New cards

big data

The growth of the internet in the 1990s generated massive volumes of online data, called big data, often with poorly structured or missing information.