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 is the use of setFetchSize() and setMaxRows() methods in Statement?
How data can be inserted into long row column of database?
How can you make a connection?
What driver should I use for scalable Oracle JDBC applications?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Which jdbc driver type s is are the jdbc odbc bridge?
JDBC Drivers properties?
What is execute(), executeUpdate() and executeQuery() methods?
what is JDBC?
Can we use the one instance of Statment to execute more than one query ?
What type of drivers have you used?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?