Procedure
I have problem to link 3 tables. The first table, TABLE A has foreign key, B_id which its reference table is TABLE B(2nd table).TABLE B has foreign key,C_id from TABLE C. Are there any other methods could be used instead of using PROCEDURE?
|