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

What is c# used for?

0 Answers  


When can a derived class override a base class member?

0 Answers  


What is an array class?

0 Answers  


Why do we use partial class in c#?

0 Answers  


What is serialization and deserialization in c# with example?

0 Answers  






What is an assembly in .net?

0 Answers  


What is the main purpose of xml?

0 Answers  


What are functions c#?

0 Answers  


Explain About Global.asax

0 Answers   Keane India Ltd,


Can we use "this" command within a static method?

0 Answers  


What is difference between hashtable and dictionary in c#?

0 Answers  


What is yield return in c#?

0 Answers  


Categories