Match the following terms with their descriptions:

I. Fixed-length text file
II. Hyperlink
III. Importing
IV. Linking
V. Text file

A. Data type to link to a file on your computer or a webpage
B. Connects to an external file without copying the records to the existing table
C. Common file formats used for exchanging data
D. Copies external data without maintain a link to the external file
E. Allocates a certain number of characters for each field

E, A, D, B, C

Computer Science & Information Technology

You might also like to view...

Match the following DatePart arguments with the data they would return:

I. "yyyy" II. "n" III. "h" IV. "m" V. "w" A. Minute B. Month C. Year D. Day of the Week E. Hour

Computer Science & Information Technology

In C#, try blocks are used for:

a) testing for infinite loops. b) testing for exceptions. c) resolving exceptions. d) testing code.

Computer Science & Information Technology