Explain “not null constraint” in sql server?


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

Post New Answer

More SQL Server Interview Questions

Wht is SQL Injection Attack ?

3 Answers  


What are a scheduled jobs?

0 Answers  


What is the difference between cartesian product and cross join?

0 Answers  


List some major differences between triggers and stored procedures?

0 Answers  


How to store and query spatial data?

0 Answers  






Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500

14 Answers  


What are the new data types are introduced in sql 2000?

0 Answers  


Diffrences between sql server 2000 vs 2005

2 Answers   Thomson Reuters,


I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause I want to prevent these queries from SQL injection attacks. What are the steps and precautions to be taken for SQL Injection attacks? Does anybody have suggestions? Thanks in advance,

2 Answers  


What is database architecture? : SQL Server Architecture

0 Answers  


How important do you consider cursors or while loops for a transactional database?

0 Answers  


what's new in sql server 2016?

0 Answers  


Categories