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
Adam Furmanek -
Juliana Misiko -
me nefcanto -
Emanuele Bartolesi -
Top comments (0)