What types of integrity are enforced by a foreign-key
constraint
Answer / vanitha s
Referential integrity are enforced by a foreign-key
constraint
Is This Answer Correct ? | 12 Yes | 2 No |
How can you see what type of locks used?
What are the differences between left join and inner join in sql server?
What is open database communication (odbc)?
If i am handling 150 servers then how to check the active jobs of all the servers?
How to turn on the mssql api module in php?
What is Dependency Injection and provide example?
write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?
What are the disadvantages of merge replication?
Does partitioning ssd reduce performance?
What is statement level trigger?
Can we use Truncate command on a table which is referenced by FOREIGN KEY?
How will you monitor replication latency in transactional replication? : sql server replication