Hi,A table can be created out of an existing table (schema) of the data
model or a new one (new schema). Once the table is created, we can
upload the data by querying the existing table or using a flat file.A
list can be created out of an existing table by querying (select all
recipients from recipient schema where country= USA) it. Or, by creating
a list and updating the list with flat file data.So, a list can be
created out of the adhoc data which is not present in the data model,
already.For ...