Topic 5 Flashcards
1
Q
It is a prepared SQL code that you can save, so the code can be reused over and over again.
A
Stored Procedure
2
Q
Advantages of using Stored Procedure(4):
A
- Better Performance
- Higher Productivity
- Ease to Use
- Scalability
3
Q
Disadvantages of using Stored Procedure(5):
A
- Testing
- Debugging
- Versioning
- Cost
- Portability