Delhi Technological University: Submitted To: Rohit Beniwal Submitted By: Arnav Preet
Delhi Technological University: Submitted To: Rohit Beniwal Submitted By: Arnav Preet
Objective:
To implement data manipulation language (DML)
REQUIREMENTS:
Relational Schema, Web Browser- Google Chrome, SQL Tryit Editor v1.6 - W3Schools
THEORY:
SQL is a standard language for storing, manipulating and retrieving data in databases.
SQL Commands:
The standard SQL commands to interact with relational databases are CREATE,
SELECT, INSERT, UPDATE, DELETE and DROP. These commands can be
classified into the following groups based on their nature –
Data Manipulation
Language
Comman Descriptio
d n
SELECT Retrieves certain records from one or more tables.
Creating Table:
Inserting Values:
Delete Command:
Update Command:
CONCLUSION:
In this experiment, we learnt about SQL and the various commands available. We made
use of DML commands in order to create and make changes in the database according to
the ER model created. We saw how we can create, update, insert values into and delete
certain values from the table using various SQL commands.