The following example forces the current identity value in the AddressTypeID column in the AddressType table to a value of 10. Because the table has existing rows, the next row inserted will use 11 as ...
-- MySQL schema + sample data for the mini project. -- Run this file in MySQL Workbench / phpMyAdmin / command line.