INT vs UniqueIdentifier vs VARCHAR as Primary Keys
The conversation relating to using a UniqueIdentifier for primary key comes up over and over again. The primary impetus is around it being an external identifier so that bad actors can't guess IDs based off a current value (int, long, or varchar if ...
wind010.hashnode.dev5 min read
Ramya N
Useful and informative. Thanks for sharing.