The SQL CALL statement can be used to invoke a stored procedure. A user’s role must have the USAGE privilege for the stored procedure in order for the user to call it. Once you have the privileges to call the stored procedure, you can do so with a CALL statement.
Vishalini.R Answered question July 6, 2023
