Practical tips, tutorials & insights from the .NET Ecosystem 🚀 { C# • ASP.NET Core • Azure • Angular • AI-Assisted Dev } Building smarter with Cursor AI & GitHub Copilot ⚡
DECLARE @EMP_ID BIGINT=NULL
IF(@EMP_ID = NULL)
BEGIN
PRINT 'PLEASE ENTER VALID EMPLOYEE ID'
END
ELSE
PRINT 'VALID EMPLOYEE ID'
Ans : VALID EMPLOYEE ID
No comments:
Post a Comment