How can I limit the number of rows in my SQL table? (without being limited in select, it's not like querying) eg, I have to have at most 10 information in the table, but it is not limiting, if 30 people register, the table will have 30 information instead of 10.