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
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?
Why should we close database connections in java?
Is uri the same as url?
How do I receive a ResultSet from a stored procedure?
Where can I find info, frameworks and example source for writing a JDBC driver?
How will you perform truncation using JDBC?
What is the different between ResultSet and RowSet?
What do you understand by jdbc driver and explain its types?
What are the standard isolation levels defined by JDBC?
What is JDBC DataSource and what are it’s benefits?
What is addbatch jdbc?
What are different types of JDBC Drivers?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
How many types of statements are there in jdbc?