Which of the following is NOT true about system tables?

A) You cannot view a system table.
B) When you attach files to a record, Access creates a minimum of one system table.
C) You can append and delete records in a system table.
D) There can be more than one system table.

C

Computer Science & Information Technology

You might also like to view...

When you want to communicate with a remote computer in a different location, you can use a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

If the variable named AVG has a value of 93, what is the value of GRADE after the instructions corresponding to the following pseudocode are executed?

``` IF AVG > 93 THEN GRADE = “A” ELSE GRADE = “B” ENDIF IF AVG > 73 THEN GRADE = “C” ELSE GRADE = “F” ENDIF ``` a) A b) B c) C d) F

Computer Science & Information Technology