Case AC 4-1Jessica wants to find and replace some data in her database.If Jessica types S in the Find What list box, and then selects the Any Part of Field option in theMatch menu, she'll find values that ____.
A. contain the letter S anywhere in the value
B. contain only the letter S
C. begin with the letter S
D. none of the above
Answer: A
Computer Science & Information Technology
You might also like to view...
A(n) ____ is a temporary return-value passed to a function.
A. dummy B. placeholder C. stub D. sentinel
Computer Science & Information Technology
What type of macros associate programming logic to tables?
A) Data B) Event C) Stand-alone D) Embedded
Computer Science & Information Technology
The toupper() library function converts only lowercase letters.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following is not a correct way to initialize an array?
a) int n[5] = {0, 7, 0, 3, 8, 2}; b) int n[] = {0, 7, 0, 3, 8, 2}; c) int n[5] = {7}; d) int n[5] = {6, 6, 6};
Computer Science & Information Technology