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 |
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
how to display a message box in the Application?
What is the difference between absolute expiration and sliding-time expiration?
How does .net mobile work? : Microsoft dot net mobile
State the different levels of exceptional safety?
Explain difference between inprocess vs out process session state? : .NET Architecture
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What is abstact class? in which scinario we can use abstact class?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
what is a namespace?how they are classified?write a program which contains class,object,inheritance?
What is the difference between custom controls and master page?
difference between Response.write,server.transfer and also which one is used when ?