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

what is the query and condition to delete datas in sql server.

2 Answers  


I have student marks in a student table. I need second highest mark .Then what will the query for this?

37 Answers   NetCore, Patni, SAP Labs, Temenos, Wipro,


is it possible to use a variable in a query with the IN clause (a,b,c..z), without getting quotes or conversion errors?

2 Answers  


tell me the disaster recovery plan

0 Answers   Microsoft,


Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?

0 Answers   HCL,






Explain syntax for viewing trigger?

0 Answers  


what is spatial nonclustered index

0 Answers  


statement (of account) Receive ID_receive Date_receive Amount_receive TO_receive From_receive Description_receive 1 2010/01/01 500 Bank Ahmed Payment from the account 2 2010/02/01 700 Bank Ahmed Payment from the account Payment ID_payment Date_payment Amount_payment From_payment To_payment Description_payment 1 2010/03/01 1000 Ahmed Sales Sale goods 2 2010/04/01 1500 Ahmed Sales Sale goods How can crate Stored Procedures for the statement (of account) from these tables? I want statement (of account) like this: (in sql 2005) ID_ name description debit account credit account balance

1 Answers  


Which tcp/ip port does the sql server run on? How can it be changed?

0 Answers  


Explain timestamp datatype?

0 Answers  


create index a on employee(dno) In this,which index was created?

2 Answers  


What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?

0 Answers  


Categories