I have an alter statement as follows :
ALTER TABLE Test ADD CONSTRAINT fk_randomName FOREIGN KEY fx_randomName (col1, col2) REFERENCES TestParent (parent_col1, parent