Hello. I have three tables within my database. Table 1, Table 2, Table 3. I want to merge all three tables into one table called FinalTable. Table 1 has 7 fields, while Table 2 and Table 3 only have 5 fields. I would like to know how to create this new table with all the fields being displayed in the table. The extra two cells without any data from table 2 and table3 because they only have 5 fields stay blank. I'm using microsoft sql server. How would I go about this. Thank you so much!