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 the difference between list and arraylist c#?
How to create multi-dimensional array?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is difference between web and window application?
What namespace is list in c#?
What is private and shared assembly?
What is the purpose of a console table?
Is c# the same as d flat?
What is razor view in c#?
What are cookies in c#?
How do I unload an assembly?
How can you reference current thread of the method ?
How do I declare a pure virtual function in c#?
Is array immutable in c#?
What is delegate in c#?