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 |
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
How to handle when the database crashes while reading the data from the database?
What is Type-3 Driver and when this driver is used?
In which ways is driver class is registered with drive manager?
What is phantom read and which isolation level prevents it?
how do we get the connection from connection pool
What is odbc and jdbc in dbms?
How can I connect mysql or oracle with java?
What is odbc jdbc?
What is the meaning of batch updates?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?