1873. Calculate Special Bonus

    [LeetCode] 1873. Calculate Special Bonus

    1873. Calculate Special Bonus Easy SQL Schema Table: Employees +-------------+---------+ | Column Name | Type | +-------------+---------+ | employee_id | int | | name | varchar | | salary | int | +-------------+---------+ employee_id is the primary key for this table. Each row of this table indicates the employee ID, employee name, and salary. Write an SQL query to calculate the bonus of each em..