Write SQL Queries for following Emp table : EMPLOYEE_ID Name EMAIL HIRE_DATE SALARY DEPARTMET 1001 Juniad Juniad@abc.com 2010-06-18 110000.00 CS 1002 Irfan Irfan@abc.com 2011-04-16 100000.00 Sales 1003 Hassan Hassan@abc.com 2010-03-08 88000.00 Marketing 1004 Fahad Fahad@abc.com 2013-01-28 90000.00 Sales 1005 Husnain Hus@abc.com 2012-01-28 55000.00 ES 1. Write a query to display the names and email of all employees. 2. Write a query to display sales and marketing department data. 3. Write a query to get all employee details from the employee table order by first name, descending. 4. Write a query to get the names, salary, PF of all the employees (PF is calculated as 15% of salary). 5. Write a query to get the total salaries payable to employees. 6. Write a query to get the maximum, minimum, sum, average salary and number of employees from emp table. 7. Write a query to find name whose name Start with ‘H’ and 'J'. 8. Write a query get all names from employees table in upper case. 9. Write a query to select first 2 records from a table. 10. Write a query to get the name of employees ends with character ‘N’. Such as Hassan etc. 11. List all employee and add 500 to their salaries, also change the column heading to Salary WithBonus. 12. Show all records whose salary is more than 55000.00 and less than 100000.00

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Write SQL Queries for following Emp table :
EMPLOYEE_ID
Name EMAIL
HIRE_DATE
SALARY
DEPARTMET

1001 Juniad Juniad@abc.com 2010-06-18 110000.00 CS
1002 Irfan Irfan@abc.com 2011-04-16 100000.00 Sales
1003 Hassan Hassan@abc.com 2010-03-08 88000.00 Marketing
1004 Fahad Fahad@abc.com 2013-01-28 90000.00 Sales
1005 Husnain Hus@abc.com 2012-01-28 55000.00 ES

1. Write a query to display the names and email of all employees.
2. Write a query to display sales and marketing department data.
3. Write a query to get all employee details from the employee table order by first name, descending.
4. Write a query to get the names, salary, PF of all the employees (PF is calculated as 15% of salary).
5. Write a query to get the total salaries payable to employees.
6. Write a query to get the maximum, minimum, sum, average salary and number of employees from emp table.
7. Write a query to find name whose name Start with ‘H’ and 'J'.
8. Write a query get all names from employees table in upper case.
9. Write a query to select first 2 records from a table.
10. Write a query to get the name of employees ends with character ‘N’. Such as Hassan etc.
11. List all employee and add 500 to their salaries, also change the column heading to Salary WithBonus.
12. Show all records whose salary is more than 55000.00 and less than 100000.00

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 4 images

Blurred answer
Knowledge Booster
Intermediate SQL concepts
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education