Multiple choice technology databases What is a child stored procedure? A procedure that is very small A procedure being invoked by another procedure A procedure that is not used by application System stored procedures Reveal answer Fill a bubble to check yourself B Correct answer Explanation A child stored procedure is a procedure that is called (invoked) by another stored procedure. This is a common design pattern for modularizing complex database logic into reusable components.