You need to search for text data in a column, but you only remember part of the string. Which of the following SQL operations allows the use of wildcard comparisons?
A. in
B. exists
C. between
D. like
Answer: D. like
Computer Science & Information Technology
You might also like to view...
The code you insert in a macro that signals where you want to stop the macro is a(n) ____.
A. event B. debug C. breakpoint D. expression
Computer Science & Information Technology
A slice badge can indicate whether or not a slice ____.
a. is image based b. has no content c. is layer based d. allows blocked content
Computer Science & Information Technology
A(n) ________ function is a function placed inside another function
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
When referring to the current object, you can use the ____ keyword.
A. object B. current C. this D. self
Computer Science & Information Technology