I have table \"Student\"
P_ID LastName FirstName Address City 1 Hansen Ola 2 Svendson Tov
command.Text = "UPDATE Student SET Address = @add, City = @cit Where FirstName = @fn and LastName = @add";