please help
I want to design database for my software that generate a random number 0-1000 every minute but that number must not duplicate with latest 500 numbers
how can i design the database tables to store the latest 500 numbers in my database and generate the random number with no duplicate the latest 500 numbers
my table that I use currently is like this
I have 1 column named
LatestNumbers and store String "99,284,33,1,784,411,..."