creating two tables in Mysql where id's of second table must fallow first table? -


i think not right way post. have created tables in mysql , retrieved them properly. got problem application.

what need second table id's must fallow first table id's.for example if first table having 5 products id's 1,2,3,4,5. , created second table contains 3 products there id's 1,2,3.

but

i need second table id's 6,7,8.

can suggest me .actually new mysql don't know queries. in advance


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -