Difference between GMD_RESULT and GMD_SPEC_RESULT table
Can you anyone answer following questions.
1) What is difference between GMD_RESULT and GMD_SPEC_RESULT ?
2) Does system insert record in GMD_SPEC_RESULT for every record inserted into GMD_RESULT table ?
3) Which are other tables linked to GMD_SPEC_RESULT ?
4) Only link between GMD_RESULT and GMD_SPEC_RESULT is result_id but there is no index on result_id column of GMD_SPEC_RESULT table ? Is there any specific reason Oracle did provide the index ?
5) Can we create Index on result_id column of GMD_SPEC_RESULT ?