0% found this document useful (0 votes)
5 views5 pages

Report DBMS

The Student Base Management System is a database management project designed to efficiently organize and manage student attributes using a relational database. It utilizes various database commands including DDL, DML, DCL, DQL, and TCL for data definition, manipulation, control, querying, and transaction management. The system ensures data integrity, security, and quick retrieval while providing benefits such as data centralization and enhanced reporting.

Uploaded by

Prem Sindhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views5 pages

Report DBMS

The Student Base Management System is a database management project designed to efficiently organize and manage student attributes using a relational database. It utilizes various database commands including DDL, DML, DCL, DQL, and TCL for data definition, manipulation, control, querying, and transaction management. The system ensures data integrity, security, and quick retrieval while providing benefits such as data centralization and enhanced reporting.

Uploaded by

Prem Sindhi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Introduction :

The student base management system is a database management system based


project designed to manage and organize various attributes of students, including
student name ,student’s branch etc..The project leverages the power of a
relational database management system to store , manage , and retrieve data
efficiently, ensuring seamless functionality and ease of use.

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.

4. DQL(Data Query Language) :


 It is the subset of “Data Manipulation Language”. The most common command
of DQL is the SELECT statement.
 SELECT statement helps us in retrieving the data from the table without
changing anything or modifying the table.
 DQL is very important for retrieval of essential data from a database .

5. TCL(Transactional Control Language) :


 It acts as an manager for all types of transactional data and all transactions.
Some of the command of TCL are:
1. ROLL BACK : Used to cancel or Undo changes made in the database.
2. COMMIT : It is used to apply or save changes in the database.
3. SAVEPOINT : It is used to save the data on the temporary basis in the
database.
 In SQL, the DESC command, short for DESCRIBE, is used to display the
structure or schema of a table. It provides details about the columns, their
data types, constraints, and other metadata associated with the 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.

You might also like