Online Software Educational Training - IT Tutorials - Online Education Training for Computer Software


Home

JAVA JDBC

Understanding Database

A database is a collection of data that is organized so that it may be easily searched and updated. The most important feature of database is its organization, which supports both ease of use and efficient data retrieval. A database server is a software program that manages databases, keep them organized, and provides shared access to them. Database server manage and organize database at both physical and logical level..

Relational database are organized into tables that consist of rows and columns. 

Example of table :-

Name Age Email  URL
JAY 22 jay_itgm@usa.net www.itgmindia.com
Walter 25 walter@yahoo.com www.waltershome.com
John 26 johnathome@email.com www.johnco.com
J. Murthy 36 murty@hotmail.com www.murthyj.net

Opening MS-Access

1.    Open MS-Access .

2. Choose Blank Access Database because you have to create a new data base first.

3.    Save your access file.

4.    Create table by clicking on Create table in Design View


Previous

Next