Jeśli nowy taki zapis w miejscu, w którym stan w SQL, więc co to jest zwrot

IF (Expression )
BEGIN
  -- If the condition is TRUE then execute the following statement
  True Statements;
END
 
ELSE
BEGIN
   -- If the condition is False then execute the following statement
False Statements
END
Ali Raza Arain