SQL Quary Project
SQL Quary Project
(OUTPUT)
2. Query to Insert Values In a Table.
(OUTPUT)
3. Query to Display values in a Table
(OUTPUT)
(OUTPUT)
5. Query to Select Data from table
where Gender is Female &
Department is IT.
(OUTPUT)
(OUTPUT)
7. Query to Select Data from table
where EID is 03.
(OUTPUT)
(OUTPUT)
9. Query to Select NAME, GENDER,
EID where Department is IT and
Gender is FEMALE from table.
(OUTPUT)
(OUTPUT)
11. Query to Select ENAME & EID
From table where ENAME ends with I.
(OUTPUT)
(OUTPUT)
13. Query to Select Minimum Salary
From table.
(OUTPUT)
(OUTPUT)
15. Query to count Number of Employees
From table.
(OUTPUT)
(OUTPUT)
17. Query to Increase salary of
Employees by 3000 From table.
(OUTPUT)
When Salary
increased by 3000.
Initial Salary
18. Query to select Sum of Salary
& Group by Department from table.
(OUTPUT)
(OUTPUT)
20. Query to Add new column in table
Employee.
(OUTPUT)
21. Query to Delete table Employee.
To Delete Records Present in Table.
To Delete Table.
(OUTPUT)