Let us nation nosotros desire to know if a variable x is greater or less than roughly other variable y. How produce nosotros write a inquiry to exam it? One means to produce this is every minute follows: declare @x int set @x=5 declare @y int set @y=10 IF @x < @y print 1 ELSE print 0