Zeshan Hayder
Zeshan Hayder answered question
Command builder generates insert/update/delete commands for data adapter based on select command. Automatic creation of insert/update/delete commands hinders performance. In case if we know the contents of insert/update/delete, then we should create these explicitly. It is much better to create explicit stored procedures for insert/update/delete and assign these. Store procedures are much better way to … Read more
Zeshan Hayder
Zeshan Hayder answered question
Demoralization is a technique to move from higher to lower normal forms of database modeling in order to speed up database access. Demoralization process is applied for deriving a physical data model from a logical form. In logical data base design we group things logically related through same primary key. In physical database design fields … Read more