Can you define a foreign key, with a key from the same
table?
Answer Posted / abhay
No, foreign key in a table is a reference from another
table, making a key foreign in the table itself will not be
useful for anything since the table will reference itself
during a query
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe how the jdbc application works.
Explain the importance of drivermanager.
What do you mean by batch processing in jdbc?
What are the differences between setmaxrows(int) and setfetchsize(int)?
What is the function of drivermanager class?
What does connection pooling mean ?
What are the benefits of PreparedStatement over Statement?
What are the different types of statements? How we can you use preparedstatement.
How can we execute stored procedures?
How many jdbc driver types are there?
What is a JDBC 2.0 DataSource?
What are the classes and methods used for sending sql statements to database?
How to update a resultset programmatically?
What is jdbc odbc bridge?
Where is ojdbc14 jar located?