Hi,
I have 4 interface table in which data comes from third party application to my application interface tables and then insert in my base tables on nightly batch.
now business want to move some data to third party application from my application on daily basis.
my requirement is:
can i use same interface tables to move data and then tell third party vendor to prepare query to take data from these tables.
or
i should prepare four different tables and then tell third party vendor to take data.
columns in both cases are same.
your suggestion is highly appricated.