Home

1. Database Basics

2. Relational Database

3. Other info

Database Tutorial

A database is a collection of data, organized into columns and rows(records). Organizing the data helps in easy and speedy retreival of data by the users. Users can also enter data, modify already present data, query(request) database for outputing required information.

For example- There are thousands of books in a library. If you wish to find a certain book, it will take you days to look through every shelf in the library. Thus the data about books and their shelf locations are stored with the librarian. Books are organized by authors, alphabetical order, shelf no. etc and information can be found in much lesser time. This organized collection of data is called a database.

Earlier libraries used paper based databases where information was stored on paper cards. Modern libraries use computerized databases which make the process of finding and updating information faster and more accurate.

Pre-Requisites of Learning this Database Course
This course is designed for absolute beginners to the world of databases. It will take you step by step detaililng every aspect of database development process. Usually database tutorials contain very technical language and infact very few self learning courses are available.

This training course attempts to explain things in the simplest possible language. Various confusing terminologies and concepts are differentiated, and will use practical real life examples to help you better understand the fundamentals of designing a database model.

Contents

Database Basics

Relational Database

Other info