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

Why do we use partial class in c#?

0 Answers  


Differentiate between sqlclient oledb and providers?

0 Answers  


What are the steps to make an assembly to public?

0 Answers  


Can you instantiate a struct without using a new operator in c#?

0 Answers  


What is difference between string and string builder?

0 Answers  


how to add datarow to datatable

1 Answers  


How do I create a new form in c#?

0 Answers  


How will you allow a class to be inherited, but prevent the method from being over-ridden?

0 Answers   Siebel,


Is c# a backend language?

0 Answers  


How are methods overloaded?

0 Answers  


What is ENUM?

10 Answers   TCS, Wipro, YeshTech,


What are the desktop applications?

0 Answers  


Categories