How to generate 1 million random email addresses using SQL
In this experiment we will look into a (simple) way to generate 1 million fake, random email addresses using SQL (SQL Server 2019 as the tool of choice, but it can be easily done with MySQL, Oracle etc). We start with a list of 1000 fake, random names obtained from https://www.randomlists.com/ Then we write some … Read more