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.



What is the wildcard character in SQL? Let?s say you want to query database with LIKE for all emplo..

Answer / madduri

The wildcard character is %, the proper query with LIKE
would involve ?La%?.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How?s method overriding different from overloading?

2 Answers   Visual Soft,


Is static class thread safe in c#?

0 Answers  


What is the syntax for calling an overloaded constructor within a constructor?

0 Answers  


What is escape sequence in c#?

0 Answers  


Describe how a .net application is compiled and executed

0 Answers  






How can we sort the elements of the array in descending order?

0 Answers  


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


How to authenticate web service? When you enter the web service url in browser it should ask username and password. After entering the un&pwd we have to show its methods and service description(wsdl).

3 Answers  


What?s class SortedList underneath?

1 Answers  


What is string concatenation?

0 Answers  


What does mean before a string in c#?

0 Answers  


Is c++ or c# better?

0 Answers  


Categories