Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1- Explain why you need to develop dependency graphs which include views and database objects such as stored procedures when we already have logical and
1- Explain why you need to develop dependency graphs which include views and database objects such as stored procedures when we already have logical and physical data models. How do dependency graphs and data models differentiate?
2-Through your recent work, you implemented a new stored procedure, while stored procedures can be helpful, they can also present challenges to data stability. Assume the following scenario is true; A stored procedure that exports health data from the EmployeePersonal table was running, and another stored procedure that reformats emergency contact phone data could also be running.
a) Assume we just executed the stored procedure you have created for this assessment while the other two
stored procedures were also running and an error occurred. Give an example of a dirty read, a
nonrepeatable read, and a phantom read among this group of stored proceed.
2-Through your recent work, you implemented a new stored procedure, while stored procedures can be helpful, they can also present challenges to data stability. Assume the following scenario is true; A stored procedure that exports health data from the EmployeePersonal table was running, and another stored procedure that reformats emergency contact phone data could also be running.
a) Assume we just executed the stored procedure you have created for this assessment while the other two
stored procedures were also running and an error occurred. Give an example of a dirty read, a
nonrepeatable read, and a phantom read among this group of stored proceed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
1 Dependency Graphs vs Data Models Purpose Dependency graphs and data models serve different purposes Data models such as logical and physical data mo...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started