Finacus Solutions interview question

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

Interview Answer

Anonymous

20 Jan 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