We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daf990 commit d215175Copy full SHA for d215175
Vacations Record/READme.md
@@ -29,7 +29,7 @@
29
| emp_id | int |
30
| balance | int |
31
32
-* <b> emp_id is the primary key to this table and foreign key to emmp_id column in vacation_plans </b>
+* <b> emp_id is the primary key to this table and foreign key to emp_id column in vacation_plans </b>
33
* This table tells the available leaves for each employee.
34
35
Write a SQL query to determine if the vacations applied by each employee can be approved or not based on the available leave balance.
0 commit comments