Alright so I've looked around and haven't quite found something like this online
I have to write a script to generate minimum of 5 million unique rows of test data for a table, and these are the columns it needs: • First Name • Last Name • City • State
(can't be gibberish data)
suggestions on how to do this at all? If possible, I would appreciate some code examples to help me get going. The lecture notes and slides are completely useless and I have no idea how it's supposed to be done.
I found this, and the top answer looks like the closest thing to what I'm doing, just not sure how to change/adjust the columns and attributes in the create table statement to match mine: How to generate 1000000 rows with random data?