Introduction To Database Management System
Introduction To Database Management System
A database management system (DBMS) is a computer program designed to manage a large amount
of structured data, and run operations on the desired data requested by the users. The best example of
DBMS is Banking. All the transactions that take place are based on a defined software program which
keeps track of all the data.
The core of any database management system is the data itself. Another important aspect regarding
DBMS is the difference between data and information.
Data: It is the unorganised facts which need to be compiled to form meaningful information
Information: Once the data is processed and made into a structured context, it is called information.
Let us now move on to the detailed study of what a database management system is and understand
its importance and benefits in the field of Computer and Technology.
Related Links
For example, Airlines use this software package to book tickets and confirm reservations which are
then managed to keep a track of the schedule.
MS Access MS PowerPoint
2. Hardware: These are the general hardware devices which help us save and enter the data like
hard disks, magnetic tapes, etc.
3. Software: The software acts as a medium of communication between the user and the
database. Based on the user’s requirement, the database can be modified and updated. To
perform operations on the data, query languages like SQL are used.
4. Users: No function can be performed without the Users. Thus, they form the fourth most
important component of DBMS. The information entered into a database is used by the User or
the administrator to perform their business operations and responsibilities.
Visit the Components of Computer page to learn more about the basic computer components and their
functions and uses.
Difference Between Search Engine and Web Difference Between WWW and Internet
Browser
Difference Between MS Excel and MS Word Difference Between Hardware and Software
Difference Between Notepad and WordPad Difference Between Virus and Malware
● Data Manipulation Languages (DML) - This is a programming language used to insert or modify
the data present in a database These are of two types: SQL and DDL.
● Structured Query Language (SQL) - A programming language generally used for the relational
database management system, which comprises tables.
● Data Definition Language (DDL) - It is a syntax which helps in modifying data present in the
form of tables or indexes
● Primary Key - Each file has a unique key. Using the Primary Key, a specific file can be identified
● Foreign Key - The relation between a field in one table and component identified by a primary
key can be detected using a Foreign Key
To learn more about the 10 Important Computer Related Terms, candidates can visit the linked article.