This site is dedicated to my lovable Grand Father,Grand Mother,
My Mother,my family members and my friends 
who are supportive to me in all my achievements.
w3tutors.com
        learn,apply,succeed.......

Home | Tutorials | Practice | Interview | Books | Projects | Contact |

| Database |

Database is the backbone to any software in this world. No software can be build without database.

Let us now see what is a databse and how the database works.

1. What is a data?

	A data is a collection of organised information.

2. What is Database?

	The structured collection of data is called database.

	If we arrange the data structurally we can access,manage,update and delete data easily.

3. What is Database Management System[DBMS]?

	DBMS is a system or software which manages the databases.

        DBMS uses different types of data models like hierarchial,network,relational and 
	object model for designing the databases.

	Most typical data model is RDBMS. 

	DBMS enables you to define the database,allows you to store,retrieve and update the data.

	Please find the most used Database Management Systems[DBMS's] in the below list.

    	Oracle Database
    	MySQL
    	IBMDB2
	Sybase
	Teradata etc.

4. How do we retrieve and manipulate data from DBMS?	

	The DBMS will use a common language called "Structured Query Language"[SQL] to retrieve data.

	So SQL is the basic language you need to learn to work on databases.

	Shall we learn the basics? Click here SQL.