Create two stored procedures that will return a resultset in the form of a denormalized Inventory table (see Figure 4-3). All fields in the Inventory table that are links to other lookup tables should be replaced with values from those lookup tables.
Each stored procedure should use a different method to obtain information:
Select statement with join
A Looping with cursor