Database Management Systems

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

1/19

flashcard set

Earn XP

Description and Tags

Flashcards covering vocabulary terms related to database concepts and SQL.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Structured Data

Data that has a defined structure, often based on the data type, making it easily searchable.

2
New cards

Unstructured Data

Data that does not have a set structure or format and may contain a mixture of data types; often qualitative rather than quantitative.

3
New cards

Data

Text, values, symbols, images, or sounds that have not been given any meaning.

4
New cards

Information

Data that has been processed and given a context to provide meaning.

5
New cards

Data Extraction

The process of taking the most beneficial data from a large set and processing it to create meaningful information.

6
New cards

Table

A collection of related data, usually structured in columns and rows.

7
New cards

Field

A column in a database.

8
New cards

Record

A row in a database.

9
New cards

Primary Key

A field in the database where every piece of data stored is unique for each record, making it a unique identifier.

10
New cards

Relational Database

A database with multiple tables linked together through the use of keys.

11
New cards

Foreign Key

A primary key from one table that appears in another table to create a link between the two tables.

12
New cards

Composite Key

A unique identifier created by combining two or more fields in a table.

13
New cards

One-to-One Relationship

A link where one record in an entity is related to just one record in another entity.

14
New cards

One-to-Many Relationship

A link where one record in an entity is related to multiple records in another entity.

15
New cards

Many-to-Many Relationship

A link where many records in one table can be linked to many records in another table; this relationship usually involves a middle table that creates two one-to-many relationships.

16
New cards

Query

A search created to find specific data in a database.

17
New cards

Structured Query Language (SQL)

The programming language used to create queries.

18
New cards

OR

Outputs records meeting either of the conditions.

19
New cards

AND

Outputs records meeting both conditions.

20
New cards

NOT

Outputs records that do not meet the stated condition.