Can you define a foreign key, with a key from the same
table?
Answer Posted / 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 |
Post New Answer View All Answers
What is the limitation of PreparedStatement and how to overcome it?
What are the conditions applies to varchar variable, when using in procedures?
Explain about the drive manager class working?
What is 2 phase commit?
What should be done for auto generating primary key id in a table ?
How does jdbc connect to database?
What are types of resultset?
What is in terms of jdbc a datasource?
What is jdbc odbc driver?
What is jdbc in java?
RowSetInternal caller and returns void. What can I do in the readData method?
What is the difference between setmaxrows(int) and setfetchsize(int)?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is the role of the jdbc drivermanager class?