Question:
From a SQL table or query, randomly select 10% of the rows. Hint: Most SQL implementations have a random() function that provides a uniform random number between 0 and 1.
Discuss possible reasons to randomly sample records from a SQL table.