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