can we define indexes on a foreign key? Explain pros and
cons?
Answer / sangeeta
Yes,Ofcourse we can very well define indexes on a foreign
key but only the category - non clustered index. As
clustered index can be defined only on primary key.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the higher level apis under development on top of jdbc currently?
Does jdbc require oracle client?
How do I connect to jdbc?
How to retrieve warnings in jdbc?
What is @entity in java?
How we say that PreparedStatment is Precompiled? where it will be compiled?
What is jdbc vs odbc?
State the different connection methods used for creating different types of sql.
How do you determine the sensitivity of the ResultSet object?
what is JDBC?
What do you mean by metadata and why we are using it?
How to store images in database?