1. |
What was listed as a benefit of placing all SQL in stored procedures? (Choose all that apply)
Please select all the correct answers.
|
|
A. |
Access security is easier to control with GRANT EXECUTE.
|
|
B.
|
SQL will run faster than external SQL.
|
|
C.
|
SQL can be pinned into the shared pool.
|
|
D.
|
SQL will automatically optimize itself.
|