Update the primary key value of each row of existing table by 5
previously primary key of countries table was starting from 1 but after running this command it will update the primary keys of all rows and now the primary key will start from 6 for first row.
Note:
in order to update primary keys at once you first need to drop primary key index. otherwise you will get duplicate entry warnings.