A database has two tables named Products and Orders. The tables are joined by a column called ProductID. You have created a query named uery1, which combines the data from the tables. If the Products table is deleted, what will happen when users run Query1?

A. Only the data of the Products table will be retrieved.
B. Only the data of the Orders table will be retrieved.
C. An error will be generated
D. The data will be successfully retrieved