I have two tables Table A ( primary key )
table B ( foreignkey refrences Table A primary key)
Need to load data from a view "vwtableB" to "Table B" also check for foreignkey references with TableA ?
should not duplicate data into TableB so using lookup on vwtableB.
How to chekc foreignkey references at same time?