is that compulsory to have Primarykey-forignkey for joints
(outer inner,equal)
Answer Posted / 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 |
Post New Answer View All Answers
Give an example of code used for setting up connection with a driver.
What is jdbc odbc driver?
List the advantages of using datasource?
Discuss the significances of jdbc.
What is the full form of jdbc?
Why should we close database connections in java?
What are the considerations for deciding on transaction boundaries?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is jdbc connection interface?
What is the return type of execute, executequery and executeupdate?
Which is better jpa or jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What is JDBC Connection isolation levels?
Is jdbc faster than odbc?
Briefly tell about the jdbc architecture.