wild card character in sql ?
Answers were Sorted based on User's Feedback
Answer / reddy
Let’s say you want to query database with LIKE forall
employees whose name starts with La. The wildcard character
is %, the proper query with LIKE would involve ‘La%’.
Is This Answer Correct ? | 0 Yes | 0 No |
what is authentication and authorization?how do they differ?
Explain some of the disadvantages due to microsoft.net?
Why the config file might not be writable
What is textview control of .net mobile? : Microsoft dot net mobile
How to improve the cache performance? : .NET Architecture
Explain about validation?
How to call .NET Web service from Java Appl. & Why ?
What are the different access modifier? Explain in detail?
What is new in the .net 2.0 class library?
what are the things we generally declare in session_start , application_start ?
Explain the race around condition? : Dot net architecture
What is the difference between a web custom control,web user control and a web part.