Saturday 18 August 2012

What is Database?

Database is a system in which we can store and manage the data in the organized way. It is abbreviated as DB.

It is a Repository in which we can store the collections of data. data are stored in database in the form of tables and other database objects as mentioned below:-
  • Table - Combination of rows and columns
  • Tables - Collections of Table
  • Views - Virtual Table
  • Stored procedure & function - collection of logical scripts
  • etc.,
Relational Database Management System (RDBMS) helps to access the data information from the database.

Following are the examples of the RDBMS:-
  • MsAccess
  • SQL Server
  • Oracle
  • etc.,
Refer the article given below to know about "How to Create a Database"
http://blog-sqllearning.blogspot.in/2012/08/how-to-create-database.html

No comments:

Post a Comment