is that compulsory to have Primarykey-forignkey for joints
(outer inner,equal)
Answer Posted / balakrishna
Primarykye-Foreign key relation ships are not compulsory to
join two table, but it is recommended to have.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is benefit of using preparedstatement in java?
What are the differences between setmaxrows(int) and setfetchsize(int)?
How does jdbc work?
Does sql allow null values ?
What is the major difference between java.util.date and java.sql.date data type?
How many types of statements are there in jdbc?
How to update a resultset programmatically?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is jdbc and jpa?
Can we have foreign key reference to a non primary key column ?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is the use of statement in jdbc?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Is jdbc open source?
What are temp tables ?