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 |

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter13: Views
Section: Chapter Questions
Problem 3MC
icon
Related questions
Question

write the full sql code(create table, insert...)

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
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
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 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
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
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