August 18, 2011

Data

Data means source of meaningful information. In other words, it is set of values (or) a value that denotes "something".

Data Structure means that Systematic or Organised way of storing the data that shows some relationship among the data.

Codd developed the relational model for database management system. Relational model means that the way of storing the information in tables.

No comments:

Post a Comment

Connecting Java program to Database

It is very simple to establish a connection to the Database from a Java program          Class.forName("com.mysql.jdbc.Driver...