Skip to content

Commit d215175

Browse files
updated readme
1 parent 9daf990 commit d215175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vacations Record/READme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
| emp_id | int |
3030
| balance | int |
3131

32-
* <b> emp_id is the primary key to this table and foreign key to emmp_id column in vacation_plans </b>
32+
* <b> emp_id is the primary key to this table and foreign key to emp_id column in vacation_plans </b>
3333
* This table tells the available leaves for each employee.
3434

3535
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

Comments
 (0)