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 jdbc odbc driver?
How do I start debugging problems related to the JDBC API?
What is the use of getGeneratedKeys() method in Statement?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
PreparedStatement is a pre compiled statement but where it's pre compiled ?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
How to get a whole row of data at once?
Stored procedure purpose?
what is meant by connection pooling?
Explain the process of creating tables using NetBeans IDE?
Why did my jdbc code throw a rollback sqlexception?
In which ways is driver class is registered with drive manager?