Create a stored procedure named boardBill that performs the following tasks:
a. Set the delimiter to $
b. Define a parameter list that includes:
- INOUT bill VARCHAR(4000)
c. Declare the following variables:
- v_finished integer DEFAULT _____