What Operator performs Pattern Matching ?

 Posted by Bharathi Cherukuri on 4/23/2012 | Category: Sql Server Interview questions | Views: 11388 | Points: 40
Answer:

Pattern matching operator is LIKE and it is used with two attributes:

1. % - means matching zero or more characters

2. _ ( underscore ) - means mathing exactly one character


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response