C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is the wildcard character in SQL?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Let us say you want to query database with LIKE for all employees whose name starts with La. The wildcard character is %, the proper query with LIKE would involve La%.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Why does my Windows application pop up a console window every time I run it?What is the role of the DataReader class in ADO.NET connections?