2024

Spring

ChⅥ Database Application Programming

12 min read

Notes on database application programming; ODBC/JDBC connectivity, the Java Web persistence layer, PL/pgSQL functions and stored procedures, triggers, and cursors.
Ch4 - Database Design and Implementation

11 min read

Database design process and strategies, E-R model elements, entity relationship types, weak entities, CDM/LDM/PDM design, functional dependencies, normal forms, denormalization, and SQL implementation with Power Designer.
Ch3 - Database Operations With SQL

6 min read

SQL statement types and data types; DDL for databases, tables, and indexes; DML for insert, update, delete; DQL with sorting, grouping, subqueries, joins; and views.

Winter

Glossary for Database

4 min read

A database glossary covering structured, unstructured, and semi-structured data, plus relational and NoSQL data models.