What can you do if a comparable table already exists when you import a spreadsheet?

A) Append a copy of the Excel records to the table B) Copy the table to Access
C) Export the table to Excel D) Link the table to the Access table


A

Computer Science & Information Technology

You might also like to view...

A relational database might have a table called Accounts with tuples for each account and might support stored procedures deposit() and withdraw().An object database might have a class (a UDT) called Accounts with an object for each account and methods deposit() and withdraw(). Explain the advantages and disadvantages of each approach.

What will be an ideal response?

Computer Science & Information Technology

In Word, the term ________ refers to a numbered item of text that identifies a table, figure, or other object

A) comment B) caption C) note D) annotation

Computer Science & Information Technology

Common examples of ________ include a company's address, logo, or standard disclaimer

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ____ string function is used to parse (locate substrings) in a string.

A. strloc B. strlen C. strstr D. strtok E. strchr

Computer Science & Information Technology