News

I have a foreign key constraint that I created to reference the primary key of another table:<BR><BR><pre class="ip-ubbcode-code-pre">constraint geneassay_fk foreign ...
Should I set up a foreign key constraint? How would I go about doing this within a table (to tie the parentid field to the folderid field)? Would it cascade through multiple levels? I.e. For the ...