Module 6: DML

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

Data Manipulation Commands

The SQL commands that deals with the manipulation of data present in the database belong to DML or Data.

2
New cards

DML commands

  1. Insert

  2. Update

  3. Delete

3
New cards

Insert

Used to insert data into a table.

4
New cards

Update

Used to update existing data within a table.

5
New cards

Delete

Used to delete records from a database table.

6
New cards

False

T or F: You may not include a WHERE condition in the Update and Delete statement.