Database & SQL Multiple Choice Questions

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Flashcards covering key terminology and concepts related to database management and SQL from the provided lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

SQL

Structured Query Language.

2
New cards

DBMS

Database Management System, responsible for defining data, executing queries, and displaying query results.

3
New cards

Client/Server architecture

An architecture where the application resides on local computers.

4
New cards

TPS system

Transaction Processing System, captures information about detailed business operations.

5
New cards

DSS system

Decision Support System, utilizes multiple databases including internal and external data.

6
New cards

Online Transaction Processing database

A database used for daily business processing.

7
New cards

Data mining

The process of analyzing data sets to identify patterns and trends.

8
New cards

Database schema

Defines the structure of the database, including keys and indices.

9
New cards

DELETE

The SQL statement used to remove rows from a table.

10
New cards

JOIN

The process of linking records in different tables.

11
New cards

DISTINCT

The SQL keyword used to eliminate duplicate values.

12
New cards

Parentheses

Used in SQL to override normal precedence of AND, OR, and NOT.

13
New cards

CARDINALITY

Describes the number of instances in one entity related to a single instance in another entity.

14
New cards

ENTITY

A tangible thing or concept represented within the database.

15
New cards

COMPOSITE key

A key that consists of more than one column.

16
New cards

ENTITY integrity

A rule that states no key column value may be null.

17
New cards

FOREIGN key

A column in one table that links to a primary key in another table.

18
New cards

TUPLE

A row in a relational database.

19
New cards

FIRST Normal Form

A rule that requires all attribute values in a table to be atomic.

20
New cards

BOOLEAN logic

A form of algebra that handles true and false values, often used in query conditions.