Could some one please tell me the difference between INSERT INTO
and only INSERT
commands in terms of performance. I only know that INSERT INTO
executes faster and INSERT takes less Network Bandwidth.
Could you please explain in detail so that I should be able to judge where to use INSERT INTO
and where to use only INSERT
.