| Question |
can primary key of one table be a primary key in many other
tables |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
Rank |
Answer Posted By |
| |
|
Re: can primary key of one table be a primary key in many other
tables |
Answer
# 1 | no we can 't do like that , the primary will be the foreign
key for the another table!!
| | Jayanth |
| |
|
Re: can primary key of one table be a primary key in many other
tables |
Answer
# 2 | The Primary Key of one table is foreign key for other
table. The primary key of one table can be primary key of
other tables, but there will be no use of that, it will
break the RDBMS Rule and make the RDBMS slow.
| | Pramod |
| |
|
|
| |
| |
|
Re: can primary key of one table be a primary key in many other
tables |
Answer
# 3 | No..We can't create the primary key of one table be a
primary key in many other tables..
Primary Key will be the foreign key of another table..
only one primary key is possible 2 table.
| | Chaitali |
| |
| |