Combining two tables into one
问题 I need to merge two data schema into one. I have Schema1 and Schema2. I need to join these two into Schema3. Furthermore, I have a Select statement which queries a data set but I can't figure out how to use the select statement on the data set containing both tables (both Schema1 and Schema2) and combine them into the new table schema3 which is a table in the same data set comprised of both table's fields. Example Schema 1 ID, Food, Book, Rice, Cave Schema 2 ID , Carpet, Strings, Run Schema 3