how to insert data in your table from another


How to Insert data in your table from another table?

insert into
e.g, To insert tuples from employee into N_emp created above, use following statement
Insert into N_emp select empname, empid from employee

Request for Solution File

Ask an Expert for Answer!!
Database Management System: how to insert data in your table from another
Reference No:- TGS0282511

Expected delivery within 24 Hours