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 can I get or redirect the log used by DriverManager and JDBC drivers?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
Where is mysql jdbc driver located?
java based application for hospital management
What is difference between odbc and jdbc?
What does the jdbc databasemetadata interface?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is Type-1 Driver and when this driver is used?
What is while rs next ())?
What are the advantages of using jdbc datasource?
How can you retrieve data from the resultset using jdbc?
What are the different types of interfaces in the api component?