Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ What is the wildcard character in SQL?

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%.

 200 views

More Questions for you: