Computer Science, asked by haripriyakota8837, 6 months ago

the syntax for methods used to insert data in table all 4 methods?

Answers

Answered by girjachotelalmehta
0

Answer:

...............................

Answered by vivekpatil200433
1

Answer:

1]Insert one row at a time. insert into EmpDtl1 values(1,'one')

2]Insert query result set into table. ...

3]Insert query result into new table. ...

4]Insert rows into table returned by a stored procedures

Similar questions