Question:Analyze the following code using wild card characters of SQL Server 2008:
SELECT Name
FROM person.employees
WHERE Name LIKE '[_]n'
GO
Which of the following values will be returned by the above code? 

A in 

B sin 

C _n 

D All of these 

+ Answer
+ Report
Total Preview: 364

Copyright © 2024. Powered by Intellect Software Ltd