0% 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.

Uploaded by

avishkar
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)
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.

Uploaded by

avishkar
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/ 2

PRACTICAL NO. 5 EXECUTE DML COMMANDS IN SQL.

XIII. PRACTICAL BASED QUESTIONS


1.Create a table EMPLOYEE with following schema:
2.Insert multiple rows in above table Emp using single INSERT command of SQL .

b.Delete Emp where e_name=’SHREYAS’;


c. Update set salary =50000 where dept_no=2136;

d. Select * from EMPLOYEE where salary>=25000 and <=60000

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy