Capgemini Interview Question

Questions related to Databases CRED operations?.

Interview Answer

Anonymous

Nov 1, 2022

CRUD is an acronym for CREATE, READ(SELECT), UPDATE, and DELETE statements in SQL Server. CRUD in database terms can be mentioned as Data Manipulation Language (DML) Statements as well. Data Manipulation Language is used to manage or manipulate the data present inside database tables,and so on...