Is it possible to allow NULL values in foreign key?
I s it possible to use different constraints for the same
column in the table
(i.e) (id int NOT NULL,UNIQUEUE)
Answer / uma
Yes, it is possible to allow NULL values in a foreign key,
this property has a relation with the another property "ON
UPDATE/DELETE SET NULL".
It is also possible to define multiple constraints on a
single column.
Is This Answer Correct ? | 10 Yes | 4 No |
What is difference between group by and having?
Explain the third normal form(3nf)?
Give an example of SQL injection attack ?
Explain the types of indexes.
what are the different ways of moving data/databases between servers and databases in sql server? : Sql server database administration
What are the components of sql server service broker?
How to drop an existing user defined function in ms sql server?
How to create logins using windows Authentication mode?
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
What is a stored procedure?
What is 3nf normalization?
How to list all login names on the ms sql server?