is that compulsory to have Primarykey-forignkey for joints
(outer inner,equal)
Answers were Sorted based on User's Feedback
Answer / guest
yes, for using joint the Primarykey-forignkey of the class
are needed to retrive the data without data-inconsistance
| Is This Answer Correct ? | 7 Yes | 2 No |
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 |
What is layer in communication?
What is the JDBC?
Which database is used with java?
What is jdbc and odbc in java?
Where is jdbc url mysql?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What are the main components of JDBC ?
Explain the difference between rowset vs. Resultset in jdbc?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is a java driver?
Explain the sequence of steps to connect to the database?
Which is best database for java?