Case-Based Critical Thinking QuestionsCase 1Brenda has finished constructing her new database and populating it with data, and the time has come to begin to test out queries on her new database. She has asked you for some quick tips on the finer points of database queries.

What character do you tell Brenda she should use to match any number of characters?

A. $
B. #
C. *
D. &

Answer: C

Computer Science & Information Technology

You might also like to view...

BinarySearch( ) is ____.

A. a method in the ArrayList class B. an instance method C. usable with floating point type arrays D. a method in the string class

Computer Science & Information Technology

Because the switch statement only works when the constant expression in the case labels are integrals, a coding style known as else-if is used for non-integral multiway selection.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology