employer cover photo
employer logo
employer logo

Finacus Solutions

Is this your company?

Finacus Solutions Interview Question

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

Interview Answer

Anonymous

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