MCQOPTIONS
Saved Bookmarks
| 1. |
Reasons for consideration of stored procedure can be : |
| A. | With which tables will you have to work? Does it make sense to create a VIEW first? |
| B. | How often will this procedure actually be used? |
| C. | Do you want to view data in the database (SELECT), insert new records (INSERT INTO), or do I want to change an existing record (UPDATE)? |
| D. | All of the mentioned |
| Answer» E. | |