Which of the following is often the first step in creating a lookup field?

A) Create a new query to hold the options.
B) Create a new table to hold the options.
C) Create the lookup field.
D) Create a relationship between the lookup table and the table which has the lookup field.


B

Computer Science & Information Technology

You might also like to view...

When a function needs access to an original argument passed to it, for example in order to change its value, the argument needs to be

A) passed by value. B) passed into a reference parameter. C) a static variable. D) an integer. E) a constant.

Computer Science & Information Technology

A keyword is a word that is set aside by the C++ language for a special purpose and should only be used in a specified manner.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following commands is used for a DHCP server to list the configured range of IP addresses and statistics for the number of leased addresses?

A) show ip dhcp binding B) show ip dhcp pool C) show ip dhcp network D) show ip dhcp range

Computer Science & Information Technology

What are the layouts available in android?

A - Linear Layout B - Frame Layout C - Table Layout D - Relative Layout E - All of above

Computer Science & Information Technology