Hi,
I am using database copied from below url.
https://www.w3schools.com/sql/sql_insert.asp
I am using insert query, however when I run this query CustomerID remains blank.
But the website mentions that it should get auto-populated.
Can anyone please guide me about this.
insert into customers(customername, contactname, address, city, postalcode, country)
values('YoYo','YiYi' ,'YeYe','Pune',411037,'India')
Thanks.
I am using database copied from below url.
https://www.w3schools.com/sql/sql_insert.asp
I am using insert query, however when I run this query CustomerID remains blank.
But the website mentions that it should get auto-populated.
Can anyone please guide me about this.
insert into customers(customername, contactname, address, city, postalcode, country)
values('YoYo','YiYi' ,'YeYe','Pune',411037,'India')
Thanks.