• table_pk is the primary key constraint name. In this case they are using the table name plus "_PK" to make up the name. Therefore if your table was called tblEmployee, the Primary key of that table would be "tblEmployee_pk" using their format. If a constraint name is not specified, the database will automatically generate one (as in the first instance).