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 |
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Without using of Class.forName(? ?), how do you connect to db?
Is jdbc part of j2ee?
How do I load a database driver with JDBC 4.0 / Java 6?
What are the flow statements of jdbc?
What is the syntax of URL to get connection?
What is jndi lookup?
What is jdbc url for mysql?
How will you perform truncation using JDBC?
Why do we use jdbc in java?
How to find the column count in resultset?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?