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 does the connection object represents?
How do you create Connection?
What are the different types of statements?
What does the jdbc resultsetmetadata interface?
What does executeupdate return in java?
State the three different ways in which you can create a table?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
what happen if we set JDBC string to NULL?
What are the common tasks of JDBC?
Which Java and java.sql data types map to my specific database types?
Give steps to connect to the db using jdbc?
How can you sort dates?