Answer:
Derive FROM invoice_transaction, invoice_details, item_details
and JOIN customer_details ON (invoice_transaction.CUST_ID = customer_details.CUST_ID AND customer_details.FIRST_NAME = 'James' AND customer_details.LAST_NAME = 'Gonzalez')
Explanation:
The following details will be there in the invoice
-
item_details
- rep_details
- invoice_details
- customer_details
- invoice_transaction
Derive FROM invoice_transaction, invoice_details, item_details
and JOIN customer_details ON (invoice_transaction.CUST_ID = customer_details.CUST_ID AND customer_details.FIRST_NAME = 'James' AND customer_details.LAST_NAME = 'Gonzalez')
Based on the above, The two types of record access can the administrator grant are:
C. Read/Write
D. Read Only
<h3>What is read write access?</h3>
This is seen as a kind of device that can both act as a kind of input and output or moves and receive.
Note that it is also seen as digital file that can be updated and deleted and therefore, Based on the above, The two types of record access can the administrator grant are:
C. Read/Write
D. Read Only
Learn more about record access from
brainly.com/question/8798580
#SPJ1