Create the following tables in your database with the following schema: Table: Employee +- | Column Name | Type | | empId | name | supervisor | salary | int | varchar | | int | int +-- empId is the primary key column for this table. Each row of this table indicates the name and the ID of an employee in addition to their salary and the id of their manager. Table: Bonus | Column Name | Type | -----+ | empId | bonus | int | int +-- empId is the primary key column for this table. empId is a foreign key to empId from the Employee table. Each row of this table contains the id of an employee and their respectiv bonus. Add the following data to your tables: Input: Employee table: +-------+- ------+ | empId | name risor | salary | | 3 | 1 2 | Brad | John | 3 | Dan | 3 | Thomas | 3 | 4000 | 1000 | 2000 | 4000 | null | 4 +-

Database Systems: Design, Implementation, & Management
11th Edition
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Chapter8: Advanced Sql
Section: Chapter Questions
Problem 40P
icon
Related questions
Question

I want the full sql code including create table, insert table.... please

Create the following tables in your database with the following schema:
Table: Employee
| Column Name | Type
| empId
I name
| supervisor
| salary
| int
| varchar |
| int
| int
empId is the primary key column for this table.
Each row of this table indicates the name and the ID of an employee in
addition to their salary and the id of their manager.
Table: Bonus
| Column Name | Type |
| empId
| bonus
| int
| int
empId is the primary key column for this table.
empId is a foreign key to empId from the Employee table.
Each row of this table contains the id of an employee and their respective
bonus.
Add the following data to your tables:
Input:
Employee table:
| empId | name
| supervisor | salary |
| 3
| Brad
| null
| 4000
| 1000
| 2000
| 4000
| John
| 3
| 2
| 4
| Dan
| 3
| Thomas | 3
Transcribed Image Text:Create the following tables in your database with the following schema: Table: Employee | Column Name | Type | empId I name | supervisor | salary | int | varchar | | int | int empId is the primary key column for this table. Each row of this table indicates the name and the ID of an employee in addition to their salary and the id of their manager. Table: Bonus | Column Name | Type | | empId | bonus | int | int empId is the primary key column for this table. empId is a foreign key to empId from the Employee table. Each row of this table contains the id of an employee and their respective bonus. Add the following data to your tables: Input: Employee table: | empId | name | supervisor | salary | | 3 | Brad | null | 4000 | 1000 | 2000 | 4000 | John | 3 | 2 | 4 | Dan | 3 | Thomas | 3
Bonus table:
| empId | bonus |
| 2
| 4
| 500
| 2000
Write an SQL query to report the name and bonus amount of each employee with a bonus less than
1000.
Return the result table in any order.
The result should be:
Output:
| name | bonus I
| Brad | null
| John | null
| Dan
| 500
Transcribed Image Text:Bonus table: | empId | bonus | | 2 | 4 | 500 | 2000 Write an SQL query to report the name and bonus amount of each employee with a bonus less than 1000. Return the result table in any order. The result should be: Output: | name | bonus I | Brad | null | John | null | Dan | 500
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Fundamentals of Datawarehouse
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 Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr