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
Explain creation of statement object with connection method create method with help of an example.
How are jdbc statements used?
What is new in JDBC 2.0?
Is jdbc a web technology?
What is JDBC RowSet? What are different types of RowSet?
How does jdbc work?
Name the types of jdbc drivers.
What are the common jdbc exceptions?
What is jdbc connection class?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What are jdbc and its components?
What does jdbc setmaxrows method do?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
How many types of JDBC Drivers are present and what are they?
What are the steps required to execute a query in jdbc?