Using the “club_db” database schema created, write the SQL s…

Using the “club_db” database schema created, write the SQL statements to modify the Club_ID and Stu_ID attributes to set them for auto-increment, with the Club_ID starting at 200 and the Stu_ID starting at 3000.  Be sure to include SQL statements needed to drop and/or re-establish any foreign key constraints.  Copy the SQL statements below.