Stored Procedure Question:
Explain about the implementation of business logic in Stored procedures?
Answer:
Stored procedures implement business logic into the database. It is embedded as API and this reduces the implementation of Logic code again explicitly. Implementation of business logic internally reduces the chances of data becoming corrupt.