约束命名:CREATE TABLE child ( id number constraint mytest_pk primary key, p_id number, foreign key(p_id) references parent(id) );