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 use of connection pooling?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Explain the necessary steps to connect to the database in java?
What is type 4 jdbc driver?
What are four types of JDBC driver?
What is the JDBC?
What is an escape syntax?
What is odbc and jdbc drivers?
What is statement and preparedstatement in java?
What is connection pooling and why it is used?
List some new features available in jdbc 4.0?
What is namedparameterjdbctemplate?