is that compulsory to have Primarykey-forignkey for joints
(outer inner,equal)
Answer Posted / 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 View All Answers
Give an example for getXXX method?
What is namedparameterjdbctemplate?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What packages are used by jdbc?
Explain the steps in writing a java program using jdbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is a jdbctemplate?
Where is jdbc url mysql?
Where is mysql jdbc driver located?
What is jdbc vs odbc?
Which interface is responsible for transaction management in jdbc?
Why do we use jdbc statements?
What is difference between odbc and jdbc?
Does jdbctemplate use prepared statements?