A field's ________ determines what can be entered into the field

A) caption
B) format
C) data type
D) primary key

C

Computer Science & Information Technology

You might also like to view...

Which statements will execute successfully? (Choose 2)

A) SELECT employee_id, last_name, job_id, department_id, hire_date FROM employees ORDER BY 3; B) SELECT first_name, last_name FROM employees ORDER BY employee_id DES; C) SELECT first_name, last_name, first_name||last_name fullname FROM employees ORDER BY fullname; D) SELECT employee_id, first_name, last_name FROM employees ORDER BY employee_id DESCEND;

Computer Science & Information Technology

The data that the user sees in a cell is called the

A) cell address. B) displayed value. C) underlying value. D) underlying formula.

Computer Science & Information Technology