Skip to content

Commit 3c7fa05

Browse files
authoredAug 26, 2023
Update objects.sql
1 parent d01cb62 commit 3c7fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎objects.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use employees;
33
delimiter //
44
drop function if exists emp_dept_id //
55
drop function if exists emp_dept_name //
6-
drop function if exists emp_name ///
6+
drop function if exists emp_name //
77
drop function if exists current_manager //
88
drop procedure if exists show_departments //
99

0 commit comments

Comments
 (0)
Please sign in to comment.