Portal:Databases

(Redirected from Topic:Databases)

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

Course Purpose edit

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

Learning projects edit

Prerequisites edit

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

Lessons edit


Introductory course edit

This course is intended to serve as a quick-and-dirty introduction to Relational Databases, leading the reader to a point where they could create a useful small database for home or small business use.

Learning resources edit

Forums edit

  • Wikiversity forum for general discussion of databases. On this page, people will answer the questions you pose about databases.

Wikipedia articles edit

Wikibooks edit

Bibliography edit

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