Skip to content Skip to sidebar Skip to footer
Showing posts with the label Primary Key

Don't Use Deleted Primary Keys

Insert id 1 and 2. Remove id 2. Insert new row, it gets id 2 instead of 3. How do I change this? I … Read more Don't Use Deleted Primary Keys