Question:Analyze the following code using wild card characters of SQL Server 2008:
SELECT Name FROM person.employees WHERE Name LIKE '[_]n' GOWhich of the following values will be returned by the above code?
A in
B sin
C _n
D All of these
+ AnswerC
+ Report