Which of the following is FALSE about changes in multitable queries?

A) Deleting a join line affects all relationships in all tables of the database.
B) Join lines can be deleted in a query with no impact on the relationships.
C) When you add two tables to a query, join lines appear automatically.
D) The Relationship window displays join lines.

A

Computer Science & Information Technology

You might also like to view...

Servers such as print and database are examples of ________ servers that fulfill a specific network function

A) dedicated B) internal C) external D) devoted

Computer Science & Information Technology

Which of the following represents the proper way to create a NumberFormat object that formats numbers as percentages?

a) NumberFormat fmt = new NumberFormat(%); b) NumberFormat fmt = new NumberFormat("%"); c) NumberFormat fmt = NumberFormat.getPercentInstance(); d) NumberFormat fmt = new PercentNumberFormat(); e) none of the above

Computer Science & Information Technology