Frage im Vorstellungsgespräch bei Finacus Solutions

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

Antwort im Vorstellungsgespräch

Anonym

20. Jän. 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