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
Is list immutable in c#?
What is the diff between System.String and System.Text.StringBuilder classes?
What is autopostback in c#?
What is difference between value and reference types in C#.NET
Explain about generics in c#.net?
How can you read 3rd line from a text file?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What .exe means?
Can you create sealed abstract class in c#?
Is c# and c same?
How does split work in c#?
Define boxing and unboxing in c#?
What is the difference between firstordefault and first?
What is the difference between C# 3.5 and C# 4.0?
What is use of singleton class in c#?