Which of the following is not a way to create a multitable query?
A) Using the Query Wizard B) Modifying an existing query
C) Adding a table in the Relationships window D) Creating a query from scratch
C
Computer Science & Information Technology
You might also like to view...
Which statement displays the last name, salary, and annual compensation of employees where the annual compensation is calculated by multiplying the monthly salary with 15, plus a one-time bonus of $200.
A) SELECT last_name, salary, 15*salary+200 FROM employees; B) SELECT last_name, salary, 15*(salary+200) FROM employees; C) Either statement will produced the desired result. D) Neither statement will produce the desired result.
Computer Science & Information Technology
The Golden Grid system splits the screen into ____ even columns that are separated by margins.
A. 12 B. 14 C. 16 D. 18
Computer Science & Information Technology