If I were to delete an entry in my table, what happens to the now empty spot? Will everything after that move up one or does it stay empty? If it were to move up and I had a number auto_inc, would all those values below this entry change or would there be a gap in the numbers?
Thank you