Ricardo J Vargas

Craft 3 insert statements to populate data

I added some new students on the tables and they got the new ids.

  • October 10, 2017 at 8:29 PM
  • Visible to public
INSERT INTO Students VALUES (“Alex”, “Craig”, “Pipp”);
INSERT INTO ids VALUES(456, 789, 012);
INSERT INTO age VALUES(18, 19, 20);