Hi,
I'd like to throw this out the community to see the best response:
I wish to create an ad-hoc table in our AC instance for the purpose of querying.
From what I understand, I can either create a list or another table.
A list is a temporary if a convenient way to query that contains data or entities (like indexing) but on a temporary basis. But a list's data can only contain data that's already contained in our database, is this correct?
Secondly, ad-hoc tables (a table developed for certain workflows for example, which we can discard later) is no different than creating any other table, is this correct?
In other words, I wish to create a data table that houses temporary data, to be discarded, if necessary if the data is not longer useful.
What is the best approach to creating ad-hoc, temporary tables?
Thank you.