Computer Science, asked by dasSohom, 1 year ago

sql query for inserting data in database?​

Answers

Answered by Anonymous
2

here is your answer

insert into table name values (______) ;

just take an example..

we wants to insert a value in employ table which include emono, ename, dept, salary.

here we go like this

✴️ insert into table emp values (101,''ram'',''accountant '', 13800);

Similar questions