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 method signature c#?
What is dataadapter c#?
Can you use foreach iteration on arrays in c#?
What is the difference between throw and throw ex?
What is using directive in c#?
What is the difference between CreateObject() and GetObject()?
What is oledb in c#?
What's the difference between a static method and a non static method c#?
How does c# achieve polymorphism?
Why can’t struct be used instead of class for storing entity?
Can we extend sealed class in c#?
Why are local variables stored in stack?
What are the Types of optimization and name a few and how do u do?
What does writeline mean?
What is “using” statement in c#?