I have two columns of data. I'd like to run select statement on them that grabs all the distinct pieces of data in these columns 1 time. For instance.
*column 1* *column 2*
dog monkey
monkey elephant
dog monkey
I wanna be able to returna result set that has dog, monkey and elephant in it and that's all.