Monday, August 15, 2016

what are the statements we can apply SQL profiles in oracle database?

SQL Profiles apply to the following statement types:


SELECT statements
UPDATE statements
INSERT statements (only with a SELECT clause)
DELETE statements
CREATE TABLE statements (only with the AS SELECT clause)
MERGE statements (the update or insert operations)

No comments:

Post a Comment