QuestionQ5
Data Modeling and ManagementA developer created a complex dynamic email with many data variations. Instead of manually creating test data, they want to use a subset of live data to validate the email’s dynamic aspects.
Which SQL function should be used to obtain a representative sample from a larger data set?
- A OVER
- B NTILE
- C HAVING
Community Discussion