Consider the following procedure
CREATE PROCEDURE Test
(
@Id INT OUTPUT,
@Name VARCHAR(10)
)
AS
BEGIN
SET @Id=10
SET @Name='James'
END
What will be the output after executing the following statements?
DECLARE @Name VARCHAR(10)='Tom'
DECLARE @Id INT
EXEC Test @Id OUTPUT, @Name
SELECT @Id, @Name
To get all Infosys Certified Backend Layers Developer Exam questions Join Telegram Group https://grateful.prepflix.in/infy-lex-pdfs