Database Systems Lecture Review

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

1/23

flashcard set

Earn XP

Description and Tags

Vocabulary based flashcards covering database indexing, physical design, and storage concepts based on lecture notes.

Last updated 6:52 AM on 4/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

B+ trees (Non-identifying Indexing)

The preferred structure over B-trees for non-identifying indexing keys.

2
New cards

Direct Addressing Key

A key that is always an identifier in direct addressing.

3
New cards

Distributed Free Space

A feature that reduces update cost, provided the ordering key does not change.

4
New cards

Bidirectional B+ Trees

B+ tree structures that cannot rotate both left and right.

5
New cards

Direct Addressing Pointers

Identification pointers (consisting of high/low parts) required for direct addressing.

6
New cards

Direct Addressing Collisions

A characteristic of direct addressing where there are no collisions or overflow.

7
New cards

Address Space NN

A value that must be less than or equal to the domain cardinality of the hash key (Ndomain cardinality of hash keyN \le \text{domain cardinality of hash key}).

8
New cards

Overflow Handling (Hashing)

A process in hashing that increases data density.

9
New cards

Primary Index

An index that is created on a primary key.

10
New cards

Ideal Density

A measure used to evaluate the quality of physical-logical design.

11
New cards

Serial Organization

Oganizational structure that favors cases where there is no search key.

12
New cards

Oracle Datafiles

Storage components in Oracle that cannot contain multiple tablespaces.

13
New cards

Simple Hash (Privileged Keys)

A hash method that does not have as many privileged keys as attributes.

14
New cards

Multi-key Hash Search

A search operation that does not require all key values to be provided.

15
New cards

RS Lock

A lock type that does not prevent RX locks on other rows or deletions.

16
New cards

ACID Acronym

A database concept incorrectly defined as availability, clarity, integrity, and durability.

17
New cards

B-tree Density

A measure that can drop to as low as 50%50\%.

18
New cards

Oracle Hints

Directives that do not recommend physical structures to the user.

19
New cards

SQL Injection

A type of attack that does not protect database confidentiality.

20
New cards

Symbolic Identifier Pointer

A pointer type that does not identify physical records.

21
New cards

Directory

A file made of entries.

22
New cards

Index

A file of entries, each linked to one record, which requires extra storage.

23
New cards

Simple Dense Index

An index type that does not have a lower cost.

24
New cards

Dense Index Cost

An index cost that depends specifically on the structure.