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 |
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is a connection string used for?
How to check jdbc driver version in websphere?
How do I load a database driver with JDBC 4.0 / Java 6?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
what are the Different types of exceptions in JDBC?
Which Java and java.sql data types map to my specific database types?
What is url in jdbc connection?
JDBC Drivers properties?
Is jdbc secure?
Can we return resultset in java?