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 service broker?
Tell me what are the advantages of using stored procedures?
what is the different types of backups available in sql server? : Sql server database administration
How to provide values to stored procedure parameters in ms sql server?
How to find the source of a table in sql server?
How to select true false based on column value in sql server?
What is the benefit of normalization?
Does a sql server 2005 select statement require a from?
What is default port number for sql server 2000?
Explain subquery and state its properties?
Write an sql query for deleting duplicate rows?
Which data type columns are the best candidates for full-text indexing?
What are sub reports?
what is the primary use of the model database? : Sql server administration
Which is faster statement or preparedstatement?