EXPERIMENT NO.
3
Aim :- Write a program to execute all DML operations.
Software Used :- MYSQL
Theory :-
● DML ( Data Manipulation Language )
The SQL commands that deals with the manipulation of data present in
the database belong to DML or Data Manipulation Language and this
includes most of the SQL statements. It is the component of the SQL
statement that controls access to data and to the database. Basically, DCL
statements are grouped with DML statements.
● List of DML commands:
1. INSERT – It is used to insert data into a table.
2. UPDATE - It is used to update existing data within a table.
3. DELETE - It is used to delete records from a database table.
Conclusion :- Hence we implemented the DML operations in MYSQL.
Output Screenshots :-
i) Insert
ii)
Update:
iii.Delete: