Let’s say you have a dataset and it read in 15 rows.
There are two columns called, ‘Task’ and ‘Priority’
SELECT Task, Priority FROM *some_table*
Task Priority
------------------------------
a 1
b 3
c 4
d 1
e 5
f 7
…