AMA University Answers
Login
Register
AMA OED
Courses
IT
IT-6203
Which of the following is the...
Which of the following is the example of creating a subquery that copy the values from employees table to workers table?
INSERT INTO WORKERS(ID, NAME, POSITION)SELECT (ID, NAME, POSITIONFROM EMPLOYEES);
Correct
Similar IT-6203 questions
Which of the following is the example of creating a subquery that will copy all values from employee...
Which of the following is the example of creating a user ANNA with password ANN01?
Which of the following is the example of creating a view where LASTNAME ends with letter S rename LA...
Which of the following is the example of derived attribute?
Which of the following is the example of disabling an integrity constraint?
Which of the following is the example of dropping on delete cascade?