Execute the following SQL statement to modify the start value of the auto-increment primary key so that the value is greater than the maximum value of primary keys in existing tables:
ALTER SEQUENCE <Database_name>.<SEQ_name> START WITH <New_start_value>