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 are pointer types in c#
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Define boxing and unboxing in c#?
Differentiate between static class and singleton instance?
When To use HashTable In C#
What does out mean c#?
What are strong name assemblies?
What is difference between Trace and Debug
What is the default value of decimal in c#?
What is thread in c#?
How do you specify a custom attribute for the entire assembly?
In which way a two-dimensional array declared in C#?
What is default method in c#?
What is difference between destructor and finalize?
Is is possible to force garbage collector to run?