Relational Databases and Enterprise Systems

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

1/11

flashcard set

Earn XP

Description and Tags

Flashcards covering essential terms and definitions related to relational databases and enterprise systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

Relational Database

A data model that stores information in the form of related two-dimensional tables.

2
New cards

Database Management System (DBMS)

A computer program that creates, modifies, and queries the database.

3
New cards

Primary Key (PK)

A key that uniquely identifies a specific row in a table.

4
New cards

Foreign Key (FK)

An attribute in one table that acts as a primary key in another table, providing a link between two tables.

5
New cards

Entity Integrity Rule

The primary key must have data values and cannot be null.

6
New cards

Referential Integrity Rule

The data value for a foreign key must either be null or match one of the data values that already exist in the corresponding table.

7
New cards

Structured Query Language (SQL)

A computer language designed to query and update data in a relational database.

8
New cards

INSERT Operator

A SQL command used to create a new record in a database.

9
New cards

SELECT Operator

A SQL command that begins a query, specifying which columns of a table should be included in the query.

10
New cards

Aggregate Functions

Functions in SQL that perform calculations on multiple rows, such as AVG, SUM, MAX, MIN, and COUNT.

11
New cards

Data Dictionary

Describes the data fields in each database record including field description, field length, and field type.

12
New cards

Cloud Computing

Internet-based computing where shared resources, software, and information are provided to firms on demand.