DML or Data Manipulation Language is used to manipulate the data that is present in database table.It basically includes 5 commands: 1.SELECT: 2.UPDATE 3.INSERT 4.DELETE 5.RENAME We will discuss about each of the commands in depth: 1.INSERT Command: In previous article, we toured through different Data Definition languages in which we basically build a table and … Continue reading Data Manipulation Language