+ 3
How to insert data from one table to another?
Suppose, I have to tables in school database. Those are student1 and student2. Both the tables have same column and datatype. Columns are Id, Firstname, Lastname, class, gender, age. How to insert all the records from student2 to student1 ?
2 Answers
+ 2
Can you say me the language?