AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6202
Which of the following is the...
Which of the following is the correct example of dropping the table EMPLOYEES?
DROP EMPLOYEES;
ALTER TABLE DROP TABLE EMPLOYEES;
ALTER TABLE DROP EMPLOYEES;
DROP TABLE EMPLOYEES;
Correct
Similar IT-6202 questions
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...
Which of the following is the correct example inserting a new value to STUDENTS table that will only...
Which of the following is the correct example of deleting a student record from STUDENTS table whose...
Which of the following is the correct example of inserting new values to STUDENTS table where the co...