4. MySQL: INSERT INTO Statement
Before reading the points to remember, I suggest you go through the blog once.
Points to remember:
1. Always check the table's schema(the data types of the columns where) before entering the data because SQL won't show any error while inserting, but ...
shenoywrites.hashnode.dev3 min read