I have a SQL database which consists of several tables like table 1 table 2 table 3 and so on
I have an excel sheet which contains about 17000 rows of data. The column headers of the excel sheet have been edited such that they match the column headers of the table (say table3) into which I want to import my excel data.
For example, in excel sheet, the data is like,
Name Age
2 23
Table 3 is also of the same form, like
Name Age
1 23
I would like to know, like how do I add the data in the above excel sheet to this table 3 in SQL database. Can someone give me some idea or instructions???