Topic:Databases

From Wikiversity

Jump to: navigation, search

School:Computer Science -> Topic:Computer Programming -> Topic:Databases

Contents

[edit] Course Purpose

1) The aim is to present the general principles of the database systems with a practical focus, and some implementation assignments. Those assignments may or may not include programming.

2)The course assumes that students have some programming or strong logical reasoning skills in programming languages like c or C++. Some programming data structures such as (heap files, buffer manager, B+ trees, hash indexes, various join methods) are used in the course

[edit] Learning projects

[edit] Prerequisites

Learners interested in Topic:Databases should first enroll at School:Computer Science and Computer Programming.

[edit] Lessons

[edit] Learning resources

[edit] Wikipedia articles

[edit] Wikibooks

[edit] Bibliography

Database Management Systems, second edition by Raghu Ramakrishnan (University of Wisconsin) and Johannes Gerkhe (Cornell University)

Database Management Systems, third edition by by Raghu Ramakrishnan and Johannes Gehrke

The Relational Model

The Third Manifesto