+ 1
Why we are using INTO to insert value in sql, when we can insert value still without using INTO?
5 Respostas
+ 2
//INSERT INTO is only way to add data on database, which other way you are talking?
+ 2
Kamaal Basha how do you insert value in database without INSERT INTO, please explain
+ 1
ok how without INTO
0
Without using 'INTO' Clause also we can insert value. But why still we are using INTO clause
0
I'm not saying Insert I'm saying only 'INTO'