Question: Write astored procedure code (the name of the stored procedure is GetAddress) that enables you toquery the Person.Address table from the Adventure Works database,
Write astored procedure code (the name of the stored procedure is GetAddress) that enables you toquery the Person.Address table from the Adventure Works database, but instead of getting back all records, limit it to just a particular city. Write the code that calls the stored procedure created in (a) Write the code that drops the stored procedure created in (a)
Step by Step Solution
3.50 Rating (153 Votes )
There are 3 Steps involved in it
a Stored Procedure Code sql CREATE PROCEDURE GetAddress City NVARCHAR50 AS BEGIN SET NOCO... View full answer
Get step-by-step solutions from verified subject matter experts
