You can create a query in Visual Basic using a language called ____.
A. ASP
B. SQL
C. Java
D. Query Builder
Answer: B
Computer Science & Information Technology
You might also like to view...
Abstract classes do not necessarily have:
a. A 0 pointer in their vtable. b. A virtual function prototype with the notation = 0. c. Zero instances of their class. d. Zero references to their class.
Computer Science & Information Technology
An array with no elements is
a. legal in C++ b. illegal in C++ c. automatically furnished with one element whose value is set to zero d. automatically furnished with one element, the null terminator e. None of these
Computer Science & Information Technology