|
Statement |
Authorization |
Authorization Implications |
|---|---|---|
|
DELETE |
DELETE access for the table or view specified in the statement (or PUBLIC must have the DELETE access right for that table or view). SELECT access for any table or view specified in the WHERE clause (or PUBLIC must have the SELECT access right for that table or view). |
None |
|
INSERT |
INSERT access for the table or view specified in the statement (or PUBLIC must have the INSERT access right for that table or view). SELECT access for any table or view specified in the WHERE clause (or PUBLIC must have the SELECT access right for that table or view). |
None |
|
SELECT INTO |
SELECT access for each table or view specified in the statement (or PUBLIC must have the SELECT access right for those tables and/or views). |
None |
|
UPDATE |
UPDATE access for the table or view specified in the statement or SELECT access for any table or view specified in the WHERE clause (or PUBLIC must have the SELECT access right for that table or view). |
None |
|
Copyright © 2014 CA.
All rights reserved.
|
|