-> there are following feature are required to learn java.
* Basic introduction of mysql database.
DBMS (DATABASE MANAGEMENT SYSTEM) :
The conventional file processing system had many drawbacks.
Hence, an alternate system, i.e. database system, which was based on database
approach, was desired because it would eliminate all the drawbacks of
conventional file processing system.
To define the database system following terms are required:
FILE
DATABASE
DATABASE
MANAGEMENT SYSTEM
File is a
two dimensional table summarizing the multiple instances of asset of field of
an entity. Database is a collection of interrelated data files, while database
management system is a computer program that allows storing, organizing and
accessing a collection of interrelated data. DBMS is categorized according to
its data structure or type of data.
The primary goal
of DBMS is to provide a way to store and retrieve database information that is
both convenient and efficient. Database systems are designed to manage large
bodies of information. Management of data includes both defining structures for
storage of information and providing manipulation of information.
Comments
Post a Comment