Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> all foreign key should have index?

all foreign key should have index?

From: Murtuja <Murtuja.Khokhar_at_gmail.com>
Date: 30 Jan 2006 05:46:18 -0800
Message-ID: <1138628778.213035.266670@g47g2000cwa.googlegroups.com>


Is it necessary that all foreign key should have index?

SELECT * FROM user_constraints WHERE CONSTRAINT_TYPE = 'R' AND INDEX_NAME IS NOT NULL Above query does not return any row in my database.Is it bad? Received on Mon Jan 30 2006 - 07:46:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US