Vishwa
Vishwa
COMPUTER HOMEWORK
Topics :
• Introduction
• RDBMS
• Creating an Access Database
• Creating a Table
• Table Structure
• Primary key
INTRODUCTION
A collection of related tables with data is called a database. The data remains in
an organized order in a database
Some advantages of Database-
❖ Easy retrieval of data
❖ Reduction of data inconsistency
❖ Reduction of data redundancy
❖ Easy manipulation of data
❖ Easy sharing of data
❖ High data security
RDBMS
❑ Relational Database Management System ( RDBMS )
A Relational Database is a collection of data items organized as a set of formally
described tables. Data can be accessed or re-assembled from these tables in
different ways without a need to reorganize the database tables.
A relational database is a set of tables containing data fitted into some pre-
defined categories. Each table ( relation ) contains one or more data categories in
columns. Each row contains a unique instance of data for the categories defined
by the columns.
The concept of Relational Database was given by E.F. Codd at IBM in 1970.
Creating a Table
❑ CREATING A TABLE
A new table can be entered into an existing database by using Tables group on
the create tab. The two major ways to create a table are :