Data lineage for Stored Procedure in SQLFlow
A stored procedure is a prepared SQL code which can be reused again and again. It helps you to encapsulate bunch of SQL statements and makes easy to reuse your SQL code with different input parameters. Basic syntax for Stored…