A COMMIT statement is not permitted within an SQL function definition Explanation: A COMMIT statement is valid within a stored procedure but not within an SQL function. User Action: Define an SQL function without a COMMIT statement.