1.

When Would You Use An Insert Into .. Select Option Versus An Insert Into .. Values Option? Give An Example Of Each?

Answer»

INSERT INTO .. SELECT is used insert DATA in to table from DIFFERENT tables or condition BASED insert.
INSERT INTO .. VALUES you have to specify the insert values.

INSERT INTO .. SELECT is used insert data in to table from different tables or condition based insert.
INSERT INTO .. VALUES you have to specify the insert values.



Discussion

No Comment Found