Interview Questions

What is the wildcard character in SQL?

C# Interview Questions and Answers


(Continued from previous question...)

195. 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. The wildcard character is %, the proper query with LIKE would involve ‘La%’.

(Continued on next question...)

Other Interview Questions