Skip to content

Jay-singh03/SQL_Task_7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SQL_Task_7

Database Organization

  • Table Departments,
  • Table Employees
  1. Use CREATE VIEW with complex SELECT
  • Cration of a view name as employee_details which combining the columns of 'Departments' and 'Employees' table on the reference of 'DeptID' column
  1. Use views for abstraction and security
  • View for Abstraction

    • Cration of a view name as employee_details which combining the columns of 'Departments' and 'Employees' table on the reference of 'DeptID' column (Here the important details will only shown and the details will hiden which will not useful)
  • View for security

    • Creation of a view name as employee_salary with the column 'Name' and 'Salary' from Employees table with a condition of accessing the detail where the DeptId will '1'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published