Is this an assignment in sololearn or a school assignment ? As I read it. You need to write a script. That creates a stored procedure. The stored procedure should show the statistics of a client as shown in Anexo II. The client ID is a input parameter of your stored procedure. I don...
Stored Procedure Syntax CREATEPROCEDUREprocedure_name AS sql_statement GO; Execute a Stored Procedure EXECprocedure_name; Demo Database Below is a selection from the "Customers" table in the Northwind sample database: CustomerIDCustomerNameContactNameAddressCityPostalCodeCountry ...