I have an structure like this:
create table product ( id int auto_increment primary key, name varchar(255) not null ) create table stock (