News

Hi Naveen p, If you look at the large variety of SQL commands, they can be divided into three large subgroups. 1) Data Definition Language deals with database schemas and descriptions of how the data ...
DML is abbreviation of Data Manipulation Language. It is used to retrieve, store, modify, delete, insert and update data in database. DDL is abbreviation of Data Definition Language. It is used to ...