5
Answers

Sql Join Insert Query

Aman Jen

Aman Jen

11y
1k
1
Hi,
    Hi I want to Insert Values into 2nd table where Fk in 2nd tabel is equal to PK in 1st table. Here if I Insert Values into 2nd table,  Pk Values should not be Duplicated in 1st table.

What should be the INSERT JOIN Query...


Loan_codeLoan_TypeLoan_SancIntr_Type
1Home30000Variable
2car40000Fixed
3Bike50000Variable
4Personal60000Fixed

Chk_NumChk_AmountLoan_code







Plz Help

Answers (5)