SQL ANSWERED -- Create a view called EMP_VU based on the employee number, employee name, and department number from the EMP table.  Change the heading for the employee name to EMPLOYEE. Display the contents of the EMP_UV view. ANSWERED --Select the view name and text from the data dictionary USER_VIEWS. ANSWERED -- Using your EMP_UV, enter a query to display all employee names and department numbers. ANSWERED -- Create a view named DEPT20 that contains the employee number, employee name, and department number for all employees in department 30.  Label the view columns EMPLOYEE_ID, EMPLOYEE, and DEPARTMENT_ID.  Do not allow an employee to be reassigned to another department through the view. ANSWERED -- Display the structure and contents of the DEPT20 view. Attempt to reassign Turner to department 20. Create a view called SALARY_VU based on the employee name, department name, salary, and salary grade for all employees.  Label the column Employee, Department, Salary, and Grade, respectively.

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
icon
Concept explainers
Question

SQL

  1. ANSWERED -- Create a view called EMP_VU based on the employee number, employee name, and department number from the EMP table.  Change the heading for the employee name to EMPLOYEE. Display the contents of the EMP_UV view.
  2. ANSWERED --Select the view name and text from the data dictionary USER_VIEWS.
  3. ANSWERED -- Using your EMP_UV, enter a query to display all employee names and department numbers.
  4. ANSWERED -- Create a view named DEPT20 that contains the employee number, employee name, and department number for all employees in department 30.  Label the view columns EMPLOYEE_ID, EMPLOYEE, and DEPARTMENT_ID.  Do not allow an employee to be reassigned to another department through the view.
  5. ANSWERED -- Display the structure and contents of the DEPT20 view.
  6. Attempt to reassign Turner to department 20.
  7. Create a view called SALARY_VU based on the employee name, department name, salary, and salary grade for all employees.  Label the column Employee, Department, Salary, and Grade, respectively.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Query Syntax
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
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