Databases CSCI 201 Principles of Software Development

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from databases and SQL as discussed in the lecture.

Last updated 11:15 PM on 4/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Relational Database Management System (RDBMS)

A system that provides a structured way to store, retrieve, and manage data using tables.

2
New cards

Primary Key

A unique identifier for a record in a database table.

3
New cards

Foreign Key

A field that creates a link between two tables by referencing a primary key in another table.

4
New cards

Normalization

The process of organizing data to reduce redundancy and improve data integrity.

5
New cards

Tuples

Rows in a database table that represent individual records.

6
New cards

Attributes

Columns in a database table that define characteristics of the stored data.

7
New cards

Database Management System (DBMS)

Software that provides tools for managing data in databases.

8
New cards

SQL (Structured Query Language)

The primary language used to interact with and manipulate databases.

9
New cards

INSERT Statement

An SQL command used to add new records to a database table.

10
New cards

SELECT Statement

An SQL command used to retrieve data from a database table.

11
New cards

CREATE TABLE Statement

An SQL command used to create a new table within a database.

12
New cards

Data Integrity

The accuracy and consistency of data over its lifecycle.

13
New cards

JOIN (INNER JOIN)

An SQL operation that combines rows from two or more tables based on a related column.