The nonprinting gray lines that indicate the separation between individual labels are ________
A) gridlines
B) selection indicators
C) borders
D) column breaks
A
You might also like to view...
Why should you backup your database before running an action query?
A) Action queries are irreversible. B) Action queries are reversible. C) Action queries are temporary. D) Action queries add extra tables to the database.
The solution to the problem of ensuring that a person who sent something is the person you believed them to be is some form of _______________.
Fill in the blank(s) with the appropriate word(s).
A binary file is a collection of data, such as integers and real numbers, stored using the ASCII character set.
Answer the following statement true (T) or false (F)
What will be the outcome of the following query? SELECT CEIL(2.7) FROM dual;
A. 3 B. 2.6 C. 2.8 D. 2