When using a .csv file for Lookups, the first row in the file represents this.

A) Field names.
B) Output fields.
C) Nothing, it is ignored.
D) Input fields.


Answer: A) Field names.

Computer Science & Information Technology

You might also like to view...

A table ________ is the intersection of a column and a row

A) heading B) grid C) cell D) box

Computer Science & Information Technology

What type of table provides a way to expose table columns to certain access paths while hiding others?

A. relational B. SQL C. Static SQL D. view

Computer Science & Information Technology

Which of the following is an advantage of using an integrated development environment (IDE) tool??

A. ?It is highly effective because it is built into the vendor's software package. B. ?It is a simple tooland does not require skills that are readily transferrable. C. ?It requires less memory and processing power. D. ?It eliminates efficiency or performance problems in an application.

Computer Science & Information Technology

Given the following two statements, what are the contents of the mask?      mask = 0x01 << 3;      mask = ~mask;

A. 0x01 B. 0x03 C. 0x05 D. 0x06 E. 0x07

Computer Science & Information Technology