Understanding Relational Databases and SQL Operations

0.0(0)
studied byStudied by 0 people
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

Relational Database

Stores data in tables with relationships.

2
New cards

Entity-Relationship Diagram

Visual representation of data relationships.

3
New cards

Normalization

Process of organizing data to reduce redundancy.

4
New cards

Data Duplication

Storing the same data in multiple places.

5
New cards

Data Security

Protection of data from unauthorized access.

6
New cards

Data Integrity

Accuracy and consistency of data over its lifecycle.

7
New cards

SQL

Structured Query Language for database management.

8
New cards

DBMS

Software for managing databases and data access.

9
New cards

SELECT Statement

Used to retrieve data from a database.

10
New cards

WHERE Clause

Filters records based on specified conditions.

11
New cards

INSERT INTO

Adds new records to a table.

12
New cards

UPDATE Statement

Modifies existing records in a table.

13
New cards

DELETE FROM

Removes records from a table.

14
New cards

INNER JOIN

Combines rows from two tables based on a match.

15
New cards

ORDER BY

Sorts query results by specified fields.

16
New cards

Data Dictionary

Metadata about database structure and data.

17
New cards

Data Definition Language (DDL)

Defines database structure and schema.

18
New cards

Data Manipulation Language (DML)

Manipulates data within the database.

19
New cards

User Access Control

Manages permissions for database users.

20
New cards

Backup

Creates copies of data for recovery purposes.

21
New cards

Multi-user Access

Allows multiple users to access data simultaneously.

22
New cards

Session

A period during which a member participates in activities.

23
New cards

Activity

A specific task offered during a session.

24
New cards

Member

Individual participating in club sessions.

25
New cards

Teacher-Student Relationship

Many-to-many relationship between teachers and students.

<p>Many-to-many relationship between teachers and students.</p>
26
New cards

Session Activities

Activities offered during specific sessions.

<p>Activities offered during specific sessions.</p>
27
New cards

SQL Query

Command to retrieve or manipulate data.

28
New cards

Database Record

A single entry in a database table.

29
New cards

Field

A column in a database table.

30
New cards

Table

A structured set of data in a database.

<p>A structured set of data in a database.</p>