What query would you use if you were given an Excel spreadsheet of old customers and asked to incorporate these records into the Customers table of your database?
A) Make table B) Update C) Append D) Crosstab
C
Computer Science & Information Technology
You might also like to view...
Answer the following questions true (T) or false (F)
1. Arrays are objects that are created with new just like class objects. 2. A derived class contains only public instance variables and public methods from the base class.
Computer Science & Information Technology
Typically, tables are not stored with the data sorted, but instead use queries to sort the data used within forms and reports
Indicate whether the statement is true or false
Computer Science & Information Technology
Destructors are automatically called whenever an object goes out of scope.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When a primary key from one table is connected to another table, it is said to be a ________ key
A) primary B) foreign C) super D) secondary
Computer Science & Information Technology