CameraIcon
CameraIcon
SearchIcon
MyQuestionIcon
MyQuestionIcon
1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question

Which of the following is not included in DML(Data Manipulation Language)?

A
INSERT
No worries! We‘ve got your back. Try BYJU‘S free classes today!
B
UPDATE
No worries! We‘ve got your back. Try BYJU‘S free classes today!
C
DELETE
No worries! We‘ve got your back. Try BYJU‘S free classes today!
D
CREATE
Right on! Give the BNAT exam to get a 100% scholarship for BYJUS courses
Open in App
Solution

The correct option is C CREATE

Data Manipulation Language:- Data manipulation language (DML) is a computer programming used for adding (inserting), deleting, and modifying (updating) data in a database. A DML is often a sub language of a broader database language such as SQL, with the DML comprising some of the operators in the language.

UPDATE: This command modifies data of one or more records. An update command syntax is UPDATE [table name] SET [column name = value] where [condition].

INSERT: This command adds one or more records to a database table. The insert command syntax is INSERT INTO [table name] [column(s)] VALUES [value(s)].

DELETE: This command removes one or more records from a table according to specified conditions. Delete command syntax is DELETE FROM [table name] where [condition].



flag
Suggest Corrections
thumbs-up
0
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
Database Structuring
ACCOUNTANCY
Watch in App
Join BYJU'S Learning Program
CrossIcon