BEGIN 
	BEGIN TRY 
		SELECT 1/0 
	END TRY 
	BEGIN CATCH 
		PRINT 'Some Error Occurred' 
	END CATCH 
	IF @@ERROR <> 0 
	PRINT 'Divide by Zero Exception Occurred' 
END

Predict the output of the code given above.

Some Error Occurred

Divide by Zero Exception Occurred

Some Error Occurred

Divide by Zero Exception Occurred

Some Error Occurred

Divide by Zero Exception Occurred

Verified Answer
Correct Option - a

To get all Infosys Certified Backend Layers Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram