Two tables are ____________________ compatible if they have the same number of columns and if their corresponding columns have identical data types and lengths.

Fill in the blank(s) with the appropriate word(s).


union

Computer Science & Information Technology

You might also like to view...

Which of the following statements are true?

``` a. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") returns null. b. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") returns null. c. If a file (e.g., c:\temp.txt) does not exist, new File("c:\\temp.txt") creates a new file named c:\temp.txt. d. If a directory (e.g., c:\liang) does not exist, new File("c:\liang") creates a new directory named c:\liang. e. None of the above. ```

Computer Science & Information Technology

Deleting a chart does not delete the data from which the chart was created

Indicate whether the statement is true or false

Computer Science & Information Technology

Images can be scanned and loaded directly into Microsoft's Clip Organizer

Indicate whether the statement is true or false

Computer Science & Information Technology

Using VBA code, a group of statements may be created that set the event property value to the name of that group of statements; Access will then execute an event ____ when the event occurs.

A. procedure B. method C. property D. action

Computer Science & Information Technology