Grokking SQL for Tech Interviews
Ask Author
Back to course home

0% completed

4. Employee Performance and Improvement Rate (Easy)
Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Problem Statement

Table: Performance
Each row in this table represents a performance evaluation of an employee, detailing the employee's name, the evaluation result, the evaluation round, and the performance score.

+----------------+---------+
| Column Name    | Type    |          
+----------------+---------+
| employee_name  | varchar |           
| evaluation     | varchar |       
| round          | int     |          
| score          | int     |    
+----------------+---------+
This table may have duplicate rows.

.....

.....

.....

Like the course? Get enrolled and start learning!

Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible