This document provides instructions for executing data manipulation language (DML) commands in SQL to: 1) create a table called EMPLOYEE with a schema, 2) insert multiple rows into the EMPLOYEE table using a single INSERT command, 3) delete a row from EMPLOYEE where the employee name is 'SHREYAS' and 4) update salaries to 50000 where the department number is 2136 and select all rows from EMPLOYEE where salary is between 25000 and 60000.
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 ratings0% found this document useful (0 votes)
107 views2 pages
DMS Practical No 5
This document provides instructions for executing data manipulation language (DML) commands in SQL to: 1) create a table called EMPLOYEE with a schema, 2) insert multiple rows into the EMPLOYEE table using a single INSERT command, 3) delete a row from EMPLOYEE where the employee name is 'SHREYAS' and 4) update salaries to 50000 where the department number is 2136 and select all rows from EMPLOYEE where salary is between 25000 and 60000.