Add CRUD Methods
Introduce four stored procedures (methods) to implement the creation, retrieval, update, and deletion (CRUD) of the data representing a business entity.
Example
For more information see page 232 of Database Refactoring
Refactoring Databases - Evolutionary Database Design |
Add CRUD MethodsIntroduce four stored procedures (methods) to implement the creation, retrieval, update, and deletion (CRUD) of the data representing a business entity. Example
For more information see page 232 of Database Refactoring |