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 is a byte in c#?
what is the difference between the debug class and trace class?
Why do we use stringbuilder in c#?
Can you create an instance of a static class?
What is the use of xmlserializer?
What is difference between array and arraylist c#?
What is a cs file?
What is the default value of guid in c#?
What is orm in c#?
How to find out that the code is written as managed or un-managed code?
What is reference types in c#?
What is the difference between select and selectmany?
What is string pool in c#?
What is the difference between finally and finalize block?
What is the difference between method and function in c#?