When copying and pasting records from one table to another, the records must first be copied to the ____.

A. database
B. query
C. storage device
D. clipboard


Answer: D

Computer Science & Information Technology

You might also like to view...

In a program, statements that are ignored (not processed) by the computer are __________.

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can format a number using the syntax ____.

A. numericVariableName.ToString(formatString) B. formatString.ToString(numericVariableName) C. ToString.numericVariableName(formatString) D. numericVariableName.formatString(ToString)

Computer Science & Information Technology

Which of the following is not a common aggregate function used in a crosstab query?

A) Count B) Average C) Var D) Sum

Computer Science & Information Technology

?What is the correct statement needed to call a void function named sumIt that changes the value of the variable named totalSum?

A. ?sumIt(&totalSum); B. ?totalSum = sumIt(); C. ?void sumIt(totalSum); D. ?@totalSum = sumIt();

Computer Science & Information Technology