Computer Science, asked by Mallikarju4876, 1 year ago

How to make a primary key start from 1000?

Answers

Answered by omegads04
0

create table tablename (

   id integer unsigned not null AUTO_INCREMENT,

   primary key id

);

Similar questions
Math, 6 months ago