What is the wildcard character in SQL? Let?s say you want to
query database with LIKE for all employees whose name starts
with La.
Answer Posted / madduri
The wildcard character is %, the proper query with LIKE
would involve ?La%?.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does dbml mean in texting?
What is the extension of c# file?
What is default constructor c#?
What is expression c#?
Why is dll used?
How do you concatenate in c#?
What is the Signification of the "new " keyword in C#? example
Why are dynamic link library used over static one?
What are the 3 different types of arrays?
What is a template class?
Why do we use abstract class in c#?
Is a char?
What is the difference between dataset and datatable in c#?
What is the use of tuple in c#?
How a two-dimensional array declared in C#?