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) 4
C) 10 D) 0 (since the tables are not related)
A
Computer Science & Information Technology
You might also like to view...
The entries in a ListBox are stored in the __________ property.
a. Items.Count b. Items c. Entries d. Text
Computer Science & Information Technology
The Transform panel shows you specific height and width values for an object.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When a database compiles, Access examines the procedures in all modules and objects of the database. An error in any module or object other than the one currently being edited is identified and brought to your attention
Indicate whether the statement is true or false
Computer Science & Information Technology
What type of JOIN returns all rows from the first table and any matching rows from the second table?
a. FULL OUTER JOIN b. LEFT OUTER JOIN c. RIGHT OUTER JOIN d. INNER JOIN
Computer Science & Information Technology