Page 1 of 1

View the Exhibit for the object interdependency diagram.The PRODUCTS table is used to create the PRODCAT_VW view.PRODCAT

Posted: Wed Jun 07, 2023 6:11 am
by answerhappygod
View the Exhibit for the object interdependency diagram.The PRODUCTS table is used to create the PRODCAT_VW view.PRODCAT_VW is used in the GET_DATA procedure.GET_DATA is called in the CHECK_DATA function.A new column PROD_QTY is added to the PRODUCTS table.How does this impact the status of the dependent objects?
View The Exhibi 1
View The Exhibi 1 (55.72 KiB) Viewed 167 times
A. All dependent objects remain valid.
B. Only the procedure and function become invalid and must be recompiled.
C. Only the view becomes invalid and gets automatically revalidated the next time it is used.
D. Only the procedure and function become invalid and get automatically revalidated the next time they are called.