Memorization Quiz #1

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

1/21

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:44 AM on 2/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

Database (DB)

Structured data which serves a related purpose and is easy to use.

2
New cards

Database Management System (DBMS)

A systematic interface to define, update, retrieve, and administer information in a database.

3
New cards

Database Administrator (DBA)

A person responsible for managing and maintaining an organization’s DBMS and databases.

4
New cards

Structured Query Language (SQL)

A standard language for interaction with SQL databases, storing information in a structured relational format.

5
New cards

NoSQL databases

Databases that lack a standard language for interaction and store information in a variety of non-relational formats.

6
New cards

Legacy System

An old, typically critical system that is difficult to maintain, adapt, or integrate with modern systems.

7
New cards

Systems Development Life Cycle (SDLC)

A multiple phase development process used to accomplish a database design project.

8
New cards

Entity Type

A generic type of thing (e.g., people).

9
New cards

Entity

A specific instance of an entity type (e.g., the person John Doe).

10
New cards

Attribute

A characteristic that describes a thing (e.g., People have Names).

11
New cards

Key

A unique identifier for an Entity (e.g., Social Security Numbers for people).

12
New cards

Relationship Type

A generic association between two Entity Types.

13
New cards

Relationship

A specific association between two Entities (e.g., John Doe owns the Ford F150).

14
New cards

Database Object Type

A named data structure within a database (e.g., A Table).

15
New cards

Database Object

A named instance of a database object type (e.g., The People Table).

16
New cards

Database Model

Defines a set of database object types, constraints, and operators.

17
New cards

Data Model

The blueprint of a specific database supporting a purpose, which can be conceptual, logical, or physical.

18
New cards

Schema

A concrete instance of a data model implemented in a DBMS, adhering to the conventions of the DBMS.

19
New cards

Entity-Relationship Diagram (ERD)

A visual representation of a Data Model (e.g., The NJ DMV ERD).

20
New cards

Conceptual Data Model

States what information is included at a high level, independent of a specific Database Model or DBMS.

21
New cards

Logical Data Model

States what information is included and how it is structured using a specific Database Model.

22
New cards

Physical Data Model

States what information is included, how it is structured, and the implementation details using a specific DBMS.