EVERYTHING YOU NEED TO KNOW ABOUT DML COMMANDS
DML stands for Data Manipulation Language. It is a set of SQL commands used to manipulate data in a database.
1. INSERT
It is used to add new records into a table.
-- SYNTAX
INSERT INTO table_name (
blagos.hashnode.dev1 min read