Tuesday, 9 June 2020

how to insert data

INSERT INTO `delete12` (`name`, `username`, `password`, `firstname`) VALUES ('vamsi', 'krishna123', '12546', 'narayana');





insert into tablename columnheadername values


some times if we add delete , that index number is going to change 
to get what we require
got to operations


No comments:

Post a Comment