When creating a calculated field in a query, the new field name must be followed by __________.

a. a bracket( [ )
b. an underscore ( _ )
c. an asterisk ( * )
d. a colon ( : )

d. a colon ( : )

Computer Science & Information Technology

You might also like to view...

How do you create an array?

What will be an ideal response?

Computer Science & Information Technology

When a server executes the accept() method it:

(a) Blocks and waits for a connection (b) Checks for a connection and if there is none it exits (c) Blocks but in a new thread (d) Any of the above, depending on the input parameters to accept()

Computer Science & Information Technology