Can you define a foreign key, with a key from the same
table?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / samsudeen
Foreign key is a reference key of the Database.
if u set the foreing key refernece to the table, its make
the relation between two table.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is jdbc dialect?
Explain the role of driver in jdbc.
Give an example for getXXX method?
What do you mean by batch processing in jdbc?
Is jdbc secure?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Explain the sequence of steps to connect to the database?
Give steps to connect to the db using jdbc?
What is the full form of jdbc?
Is JDBC a language or Application?
How do I start debugging problems related to the JDBC API?
what are the advantages of JDBC?