Database Management System
Database Management System
• Data – In a database, data refers to the collection of facts, figures, or information that is stored in a
structured format.
• Base – BASE, which stands for Basically Available, Soft state, Eventually consistent, is a data
management principle that provides an alternative to the traditional model for database management.
• Management – Management in a Database Management System (DBMS) refers to the set of activities
involved in creating, organizing, maintaining, securing, and optimizing a database.
• System – In a Database Management System (DBMS), the term “system” typically refers to the software
system used to manage the database.
• A Database Management System is a software package with computer programs that controls the creation,
maintenance, and use of a database. It allows organizations to conveniently develop databases for various
applications.
A database model is basically used by the following users:
1. Developers: design and develop a database.
2. Administrators: keep track on database and check authorization to provide access to the users. (Admin) /
DBA
3. End users: are the group of people who really use the database program. For example, in a school, teachers
and students are the end users as they use the database every day.
Key components of Database
• Columns are referred as fields. A field describes a specific property of a record, that is why a field is also
known as an attribute.
• Rows are referred as records. A single record is also known as tuple.
• A set of characters that represents a valid value is known as data or data value or data item.
BEGIN
BEGIN
Starts a new transaction TRANSACTION
TRANSACTION
[transaction_name];