A Tiny Intro to Database Systems

Here is a short summary of DBMS : database management systems.

Part of the motivation behind those little chapters is described in another blog post here.

If you would like to read those in a nicely formatted PDF or if you have any questions / suggestions / requests, feel free to send me a tweet @dandancrisan.

 
1,455
Kudos
 
1,455
Kudos

Now read this

Intro to Database Systems : Schema Refinement - Functional Dependencies

Schema refinement is just a fancy term for saying polishing tables. It is the last step before considering physical design/tuning with typical workloads: 1) Requirement analysis : user needs 2) Conceptual design : high-level description,... Continue →