This stored procedure will take in a table name and column name as input, and return all the unique values in that column as output.
The solution above is optimal because it uses the DISTINCT keyword to return only unique values.
Evaluated at: 2023-01-30 02:15:33