The benefits of stored procedures are:
(a)They improve the security by letting the admin to LIMIT the access rights of users
(b) They can save a lot of storage space
(c) They can be reused many times
(d) They can store a part of the database in order to retrieve the data more quickly
a. (a) and (c) are true
b. (a) and (b) are true
c. (a) and (d) are true
d. (b) and (d) are true
Answer: A