How can you insert null values in a column while inserting the data?


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

Post New Answer

More SQL Server Interview Questions

How to change a login name in ms sql server?

0 Answers  


What are the different types of locks in the database?

0 Answers  


write down the code for "how we delete a table without using of Drop command " ?

7 Answers   CarrizalSoft Technologies, Sonata,


To which devices can a backup be created and where should these devices be located? : sql server management studio

0 Answers  


What the different components of Replication and what is their use?

0 Answers  






Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement

3 Answers  


List down some advantages of sql stored procedure?

0 Answers  


What is the use of set nocount on/off statement?

0 Answers  


What is sql injection? How to protect against sql injection attack?

0 Answers  


Explain about unique identifier data type in sql server?

0 Answers  


What are tasks?

3 Answers   Wipro,


select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?

7 Answers  


Categories