Can you define a foreign key, with a key from the same
table?
Answer Posted / 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 |
Post New Answer View All Answers
What is jdbc thin client in oracle?
State the different connection methods used for creating different types of sql.
How can I get or redirect the log used by DriverManager and JDBC drivers?
When do we get java.sql.SQLException: No suitable driver found?
What does it mean to "materialize" data?
What is sqlwarning and discuss the procedure of retrieving warnings?
Can resultset be null in java?
Explain creation of statement object with connection method create method with help of an example.
How do I find jdbc version?
How do I receive a ResultSet from a stored procedure?
What is ojdbc14 jar?
How does a file store compare with a jdbc store?
What is jdbc driver in java?
Why is jdbc used?
How can we retrieve the file in the oracle database?