1 / 6

Final Review Topics

Final Review Topics. Chapter 4 SQL, Chapter 7 Relational-Database Design, Chapter 11 Storage and File Structure, Chapter 12 Indexing and Hashing, Chapter 15 Transactions, Chapter 16 Concurrency Control. SQL. Emphasis on Aggregate Functions, Nested Subqueries, DB Modifications, and DDL.

ciel
Download Presentation

Final Review Topics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Final Review Topics • Chapter 4 SQL, • Chapter 7 Relational-Database Design, • Chapter 11 Storage and File Structure, • Chapter 12 Indexing and Hashing, • Chapter 15 Transactions, • Chapter 16 Concurrency Control

  2. SQL • Emphasis on Aggregate Functions, Nested Subqueries, DB Modifications, and DDL

  3. Relational Database Design • First Normal Form and Preliminaries • Why we need normalization? • Functional Dependencies • BCNF and 3NF Decompositions • Desirable Properties of Decomposition • Lossless Join Property • Dependency Preserving Property

  4. Storage, Indexing and Hashing • Storage Considerations, why is that important? • Ordered Indices • B+-Tree • B-Tree (Basic Concepts) • Hashing, static & dynamic • Index Definition in SQL

  5. Transactions • Meaning of a Transaction • ACID Property • Concurrent Execution • Serializability & Conflict Serializability • Testing for Serializability • Recoverability (Basics)

  6. Concurrency Control • Lock-based Protocols • Two-Phase Locking • Tree Protocol • Timestamp-based Protocol • Deadlock Handling

More Related