AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6202
A type of DML statement that i...
A type of DML statement that is use to remove existing rows in a table.
INSERT
DELETE
Correct
UPDATE
TRUNCATE
Similar IT-6202 questions
A type of DML statement that is use to add new rows in a table.
Which of the following is the correct example of modifying the column JOBID? Change the datatype siz...
Which of the following is the correct example of modifying the column lastname? Change the datatype...
Which of the following is the correct example of adding a new column ADDRESS datatypevarchar size 20...
Which of the following is the correct example of adding a new column CONTACTNOdatatypeNUMBER size 11...
Suppose that the user wanted to add a new column name as CUSTNAME data type char size 6. What is the...