use Shop; -- table name shop
CREATE PROCEDURE AllItems -- procedure name AllItems
AS
SELECT *FROM Item
GO;
EXEC AllItem; -- retrive procedure
use Shop; -- table name shop
CREATE PROCEDURE AllItems -- procedure name AllItems
AS
SELECT *FROM Item
GO;
EXEC AllItem; -- retrive procedure
For further actions, you may consider blocking this person and/or reporting abuse
Cong Li -
Odumosu Matthew -
Sergey Nikolaev -
Arjun Das -
Top comments (0)