PROCEDURE_FUNCTION | OBJECT_TYPE | PROCFUNC_DESCRIPTION | RELATED_TABLE | TABLE_DESCRIPTION |
---|---|---|---|---|
sp_get_customer | PROCEDURE | Feetch customer information | Customers | Customer details table |
fn_calculate_discount | FUNCTION | Calalculate discount percentage | Orders | Order records table |
sp_update_order | PROCEDURE | Update order details | Orders | Order records table |
sp_update_order | PROCEDURE | Update order details | Products | Product inventory table |
TABLE_NAME | DESCRIPTION |
---|---|
Orders | Order records table |
Products | Product inventory table |
PROCEDURE_FUNCTION_NAME | OBJECT_TYPE | DESCRIPTION |
---|---|---|
fn_calculate_discount | FUNCTION | Calalculate discount percentage |
sp_update_order | PROCEDURE | Update order details |