The only data types for which you can create a lookup field are Text and ________

Fill in the blank(s) with correct word


Number

Computer Science & Information Technology

You might also like to view...

State the order of evaluation of the operators in each of the following C# statements and show the value of x after each statement is performed:

a) x = 7 + 3 * 6 / 2 - 1; b) x = 2 % 2 + 2 * 2 - 2 / 2; c) x = (3 * 9 * (3 + (9 * 3 / (3))));

Computer Science & Information Technology

____ shows a correct array initialization statement.

A. char codes[6] = ['s', 'a', 'm', 'p', 'l', 'e']; B. char codes[] = ('s', 'a', 'm', 'p', 'l', 'e'); C. char codes[] = "sample"; D. char codes[*] = {'s', 'a', 'm', 'p', 'l', 'e'};

Computer Science & Information Technology

Which video file type uses compression and is used on websites for viewing?

a. Flash b. MPEG4 c. MOV d. WMV

Computer Science & Information Technology

What is a sub-object? Provide an example.

What will be an ideal response?

Computer Science & Information Technology