Examine this code: Which three are valid calls to the add_dept procedure? (Choose three.)
Answer(s)
add_dept;
add_dept( 'Accounting');
add_dept(p_location=> 'New York');