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 jdbc connection?
What is com mysql jdbc driver?
Which is better odbc or jdbc?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Why do I have to reaccess the database for Array, Blob, and Clob data?
How to update a resultset programmatically?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What class.forname does, while loading the drivers?
What is serialization and deserialization in java programming?
What is JDBC Batch Processing and what are it’s benefits?
Result set’s index starts with 0 or 1?
How do I insert/update records with some of the columns having NULL value?
Explain about column name and getter method?
What is in term of jdbc a datasource?
Differentiate between type_scroll_insensitive and type_scroll_sensitive.