If you have a simple select with updlock statement as below :
select top 1 id from customer with (updlock, serializable) where guid = @guid;
will