-
Data Manipulation Language (DML) statements Allow you to modify the contents of tables. There are three DML statements:
-
INSERT Allows you to add rows to a table.
-
UPDATE Allows you to change a row.
-
DELETE Allows you to remove rows.
-
Data Manipulation Language (DML) statements ?
PMA01:53
Categories: MySQL, MySQL-Interview-Questions