Unit 8

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

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:10 AM on 12/13/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Database Management Systems (DBMS)

Software applications designed to manage large amounts of data.

2
New cards

What are the types of Database Management Systems (DBMS)?

Key-Value Database, Graph Database, Document Database, Search Database, Relational Database, Analytical Database, Column-oriented Database.

3
New cards

What do all databases perform?

Create new records, Read existing data, Update existing data, Delete records in the database.

4
New cards

What is a Table in a Relational DBMS?

A sequence of records, similar to a flat file or spreadsheet.

5
New cards

What is a Record in a Relational DBMS?

A collection of data fields (one row).

6
New cards

What does Cardinality refer to?

The number of associations that can exist between two records.

7
New cards

What is Structured Query Language (SQL)?

A declarative programming language for storing and processing information in a relational database.

8
New cards

What is a Join in SQL?

A way to collect records from two tables.

9
New cards

What does an INNER JOIN do in SQL?

Selects all rows from the tables as long as a join condition satisfies.

10
New cards

What is the purpose of GROUP BY in SQL?

To aggregate results on a particular field.

11
New cards

What are some aggregation functions in SQL?

COUNT(...), AVG(...), SUM(...), MAX(...), MIN(...), ROUND(...).

12
New cards

What is a Pivot Table?

A tool in Excel that aggregates records of one or more tables of a spreadsheet producing summarized results.

13
New cards

What is the most popular form of DBMS?

Relational databases.

14
New cards

What parts make up a Relational DBMS?

Table, Field, Record, Column.

15
New cards

What is an Entity-Relationship Diagram (ERD)?

A graphical depiction of the relationships between record types in a database.