AC Case 4-1Coach Rodriguez is the head swimming coach for a team made up of four high schools. She manages the student information in an Access database. In preparation for their district meet, she would like to create queries to help her look at the data in different ways. Coach Rodriguez would like to add records for the current senior swimmers to an existing table containing the district results for each year. She will need to create a(n) ____ query to do so.
A. append
B. crosstab
C. make table
D. ad hoc
Answer: A
You might also like to view...
A spreadsheet is a tool for working with numbers.
Answer the following statement true (T) or false (F)
What is the output of the following code:
``` public class Test { public static void main(String[] args) { String s1 = new String("Java"); String s2 = new String("Java"); System.out.print((s1 == s2) + " " + (s1.equals(s2))); } }``` a. false false b. true true c. false true d. true false
Which of the following is the FIRST step when troubleshooting a malfunctioning USB controller?
A. Use Windows Device Manager B. Replace the USB controller C. Test the voltage using a multimeter D. Use the System Information Utility
The software in a virtualized environment that controls resource allocation and allows multiple operating system guests to run on the same physical platform is known as the:
A. hypervisor. B. LPAR. C. broker. D. VDI.