____ is the language Access uses to query, update, and manage its databases.

A. VBA
B. Java
C. HTML
D. SQL

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following database models relates, or connects, data in different files through the use of a key, or common data element?

A. hierarchical B. network C. object- oriented D. relational E. offline

Computer Science & Information Technology

We want to initialize the data members of a class to some particular values that the client selects. To do this, we should write a:

A. default constructor B. constructor that has parameters C. constructor with const at the end of the function prototype D. constructor that returns true or false, depending on whether or not the initialization could be done

Computer Science & Information Technology