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 data set in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What are c# types?
What is sqlconnection in c#?
What is the use of 0 in c#?
Is array reference type in c#?
Which are access modifiers available in c#?
What is datasource c#?
What is action c#?
Which program construct must return a value?
List down the fundamental oop concepts?
What does int32 mean in c#?
What is the difference between “out” and “ref” parameters in c#?
Name which controls do not have events?
What is dll hell, and how does .net solve it?