Stored procedures can contain any SQL DML or DDL statement (including stored procedure calls) but that the only type of SQL statement that can call a stored procedure is the "CALL" statement which can't be combined with any other type of SQL statement. Is this right?