When RDBMS processes the following SQL SELECT statement: 1. What tables are accessed? 2. What fields are

Question:

When RDBMS processes the following SQL SELECT statement:
1. What tables are accessed?
2. What fields are retrieved when the query is run?
3. What is the search criterion?
SELECT Customer No, Customer Name, Invoice No, Date FROM Customer, Invoice WHERE Customer No = “3099”;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: