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
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
How do I know which jdbc driver to use?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is encrypted connection?
What are the main steps in java to make JDBC connectivity?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Explain about Join?
How can I write to the log used by DriverManager and JDBC drivers?
How to use JDBC API to call Stored Procedures?
what happen if we set JDBC string to NULL?
Expalin the method of calling a stored procedure from jdbc.
What are the different types of JDBC drivers?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
What is jdbc driver for sql server?
What are the flow statements of jdbc?