What happens if null values are involved in string operations?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

table:employee EID ENAME MID(manager ids) 101 rama null 102 sita 101 103 siva 101 104 ganesh 103 . . . . . . for 103 ID the manager ID is 101(RAMA) and for 104 manager is SIVA if i give employee id (EID) you have to tell the manager for that EID write query? eample:if i give 102 .The query output should be manager for 102 ID that it should print RAMA as output

7 Answers  


What is function of CUBE ?

0 Answers   HCL,


Explain transaction isolation levels in sql server?

0 Answers  


Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?

0 Answers  


What do you mean by sql server agent?

0 Answers  






When would you use sql joins?

0 Answers  


How to include text values in sql statements?

0 Answers  


explain different types of joins? : Sql server database administration

0 Answers  


Is it possible in sql table to have more than one foreign key?

0 Answers  


How we can compare two database data?

0 Answers  


explain what is raid and what are different types of raid configurations? : Sql server database administration

0 Answers  


Define synonym?

0 Answers  


Categories