>>INSERT INTO profile(email, first_name, last_name, id) VALUES('shishir@gmail.com','ShiShir','Chakraborty',null);
DISPLAY
DESCRIPTION
We can list the column name in any order we want, but we need to make sure that the data that we insert into the table must follow the order that we have listed, else we will get an error or we insert the data wrongly.
0 comments:
Post a Comment