Report DBMS
Report DBMS
Database Commands :
1. DDL(Data Definition Language) :
It deals with database schemas and descriptions, of how the data should
reside in the database. It includes creating a database , altering the structure ,
drop the database or truncate the records.
2. DML(Data Manipulation Language) :
It deals with data manipulation and includes most common SQL statements
such as INSERT, UPDATE, DELETE, etc., and it is used to store, modify, retrieve,
delete and update data in a database.
3. DCL(Data control Language) :
It acts as an access specifier to the database.(basically to grant and revoke
permissions to users in the database.
GRANT : grant permissions to the user for running DML(SELECT, INSERT,
DELETE,…) commands on the table.
REVOKE : revoke permissions to the user for running DML(SELECT, INSERT,
DELETE,…) command on the specified table.
E – R DIAGRAM:
CONCLUSION :
In a Database Management System (DBMS), the conclusion of a Student Base
Management System report would focus on how the system efficiently handles and
organizes Student’s records using a structured database. A well-designed DBMS for a
Student Base management system ensures data integrity, security, and quick retrieval of
information while supporting the complex interactions between different entities like
student’s name,branch,address etc. Key Benefits : Data Centralization , Data integrity
and security, Efficiency in operations , scalability and Enhanced reporting.