Sql Server Interview Questions and Answers (1758) - Page 83

What will be the output of Select Patindex('%[a|b|c|d]%','12345678ABC')?

NOTE: This is objective type question, Please click question title for correct answer.
What will be the output of Select Patindex('%[a|b|c|d]%',REVERSE('12345678ABC'))?

NOTE: This is objective type question, Please click question title for correct answer.
What will be the output of Select STUFF('12345678ABC',1,Patindex('%[a|b|c|d]%',REVERSE(REVERSE('12345678ABC')))-1,'')?

NOTE: This is objective type question, Please click question title for correct answer.
What will be the output of SELECT X FROM (VALUES('1'), (NULL)) AS T(X) INTERSECT SELECT X FROM (VALUES(NULL), (NULL)) AS T(X)

NOTE: This is objective type question, Please click question title for correct answer.
Identify from the below the points for improving the query performance

NOTE: This is objective type question, Please click question title for correct answer.
Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Interview Questions and Answers Categories