Pregunta de entrevista de Finacus Solutions

Basic sql queries via. Select, delete other function. DDL and DML language

Respuesta de la entrevista

Anónimo

20 ene 2026

DDL stands for data defination language it is used to define ,create and modify the structure of the database . common commands are CREATE,MODIFY,RENAME,TRUNCATE,ALTER,DROP DML stands for data manipulation language it is used to insert ,update and delete the records of the database common commands are insert update ,delete and select