We will create a Student table with fields Student_ID, First_Name, and Last_Name, we will auto-generate Student_ID by using auto-increment and will make it the Primary Key for the table. Let the starting value of IDENTITY be 101 and we will increment the auto-generated key by 1 for each new record. Inserting Data with Auto Increment: