sandeepagarwal
Technical User
I have a table with columns A and B as Primary Key and about 2 million records. There is one child table with columns A,B and C as primary key and A,B as a foreign key to above table. This child table got 4 million records.
Do I need to create a index on columns A and B in child table for better performance? (Database: Oracle 8.1.7)
Sandeep.
Do I need to create a index on columns A and B in child table for better performance? (Database: Oracle 8.1.7)
Sandeep.