试题详情
- 单项选择题 Examine the structure of the EMPLOYEES and NEW_EMPLOYEES tables: EMPLOYEES EMPLOYEE_ID NUMBER Primary Key FIRST_NAME VARCHAR2(25) LAST_NAME VARCHAR2(25) HIRE_DATE DATE NEW_EMPLOYEES EMPLOYEE_ID NUMBER Primary Key NAME VARCHAR2 (60) Which DELETE statement is valid?()
A、DELETE FROM employees WHERE employee_id = (SELECT employee_id FROM employees);
B、DELETE * FROM employees WHERE employee_id = (SELECT employee_id FROM new_ employees);
C、DELETE FROM employees WHERE employee_id IN (SELECT employee_id FROM new_employees WHERE name = 'carrey');
D、DELETE * FROM employees WHERE employee_id IN (SELECT employee_id FROM new_employees WHERE name = 'carrey');
关注下方微信公众号,在线模考后查看

热门试题
- What are two reasons
- Evaluate this SQL s
- Which three SELECT s
- Examinethedatafromth
- The EMPLOYEES table
- ClicktheExhibitbutto
- FromSQL*Plus,youissu
- Evaluate the SQL sta
- Which two statements
- Which two tasks can
- Which view should a
- In which scenario wo
- You are granted the
- Examine the structu
- The database adminis
- The CUSTOMERS table
- Evaluate the set of
- Scott issues the SQ
- Which two are true a
- Examine the descrip