Assume,there are three tables in a database, Can i have
both primary key and foreign key for each table in the same
database?
Answer Posted / siva
Hi,
You can place the foreign key column in each table to allow
nulls. And insert values.
But I am still worried a lot about deletion of the values
from these tables ?
Plz post your comments
Regards,
Subbu
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is create command?
What is a ddl statement?
What is sql server replication? : sql server replication
What is difference between foreign key and unique key?
How to filter out duplications in the returning rows in ms sql server?
what data regions are and what are the different data regions?
which table keeps the locking information? : Sql server administration
How to drop existing views from a database in ms sql server?
How to retrieve field values using mssql_result()?
How to define the name and server for a new dsn?
Explain table valued parameters in sql server? Why tvp used?
What is logon trigger?
Can you explain what are various ways to enhance the ssrs report?
What is scrollable cursor?
Why we use trigger in sql server with example?