Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
alter table region add constraint pk_regionNO Primary key (pk_region) 指定主键后,依然可以重复添加主键相同的记录,哪里操作不对?