I am creating a simple FUNCTION that returns a few columns of data from a
table.
Just a question, in order to get this working, is there a general type I can
return, that I can use as a generic type for all my different functions?
Or do I need to create a custom type for each FUNCTION?