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 |
How to execute bulk number of queries at once?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What are the three parts of a jdbc url?
What are the three basic components of the odbc architecture?
Does jdbc require oracle client?
How do I check in my code whether a maximum limit of database connections have been reached?
what is rowset?
What is odbc and jdbc?
How do find debugging problems related to JDBC API?
How to move the cursor in scrollable resultset ?
How to get the Database server details in java program?
how do we get the connection from connection pool