Week 1: Review of Database & SQL

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

Data

Raw facts, or facts that have yet been processed to reveal their meaning to the end user.

2
New cards

Information

The result of processing raw data to reveal its meaning.

3
New cards

Database

A shared, integrated computer structure that houses a collection of related data (end-user data and metadata).

4
New cards

Database Management System

A collection of programs that manages the database structure and controls access to the data stored in the database.

5
New cards

Components of the DBMS environment

  1. Data

  2. Hardware

  3. Software

  4. End Users

  5. Procedures

6
New cards

DBMS facilities

  1. Data Definition Language (DDL)

  2. Data Manipulation Language (DML)

  3. Security system

  4. Integrity system

  5. Concurrency control system

  6. Recovery control system

7
New cards

Entity Relationship Model

A graphical representation of entities and their relationships in a database structure (introduced by Peter Chen in 1976).

8
New cards

Types of relationships

  • One-to-One (1:1)

  • One-to-Many (1:*)

  • Many-to-Many (:)

9
New cards

Structured Query Language (SQL)

Structured Query Language; the standard language used to define, query, update, and maintain relational databases.

10
New cards

SQL Command Categories

  • DDL (CREATE, ALTER, DROP)

  • DML (SELECT, INSERT, UPDATE, DELETE)

  • DCL (GRANT, REVOKE)

  • TCL (COMMIT, ROLLBACK)

11
New cards

Primary Key

An attribute or field that serves as a unique identifier for a record within a relation.

12
New cards

Normalization

A process of reducing data redundancy in a database.

13
New cards
14
New cards