GUID stands for Globally Unique Identifier. It is a universally unique id using a pseudo-random 128 bit number. GUIDs are mostly used to replace as another alternative or replacement of integer value. It is preferable to compare with numbers because it is unique across tables, databases, and servers. The drawback is it contains 4 times larger than the traditional 4-byte index value.