is that compulsory to have Primarykey-forignkey for joints
(outer inner,equal)

Answers were Sorted based on User's Feedback



is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)..

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

is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)..

Answer / 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

More JDBC Interview Questions

How can I get or redirect the log used by DriverManager and JDBC drivers?

0 Answers  


What is a connection string used for?

0 Answers  


How to check jdbc driver version in websphere?

0 Answers  


How do I load a database driver with JDBC 4.0 / Java 6?

0 Answers  


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

0 Answers  






The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?

0 Answers  


what are the Different types of exceptions in JDBC?

1 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


What is url in jdbc connection?

0 Answers  


JDBC Drivers properties?

1 Answers   Infosys,


Is jdbc secure?

0 Answers  


Can we return resultset in java?

0 Answers  


Categories