If you add a table with 10 records to a query and add an unrelated table with 4 records to the same query, how many records will display when you run the query?

A. 40
B. 10
C. 4
D. 0 (since the tables are not related)

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following wireless security protocols supports the highest encryption standards?

A. 3DES B. WPA2 C. WPA D. WEP

Computer Science & Information Technology

The behavior of quick sort is ____ in the worst case and ____ in the average case.

A. O(nlog2n), O(nlog2n) B. O(n2), O(n) C. O(nlog2n), O(n2) D. O(n2), O(nlog2n)

Computer Science & Information Technology