试题详情
- 单项选择题 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 last_ name = ('Carrey')'
关注下方微信公众号,在线模考后查看

热门试题
- Which two statements
- Which two statements
- You added a PHONE_N
- The CUSTOMERS table
- The DBA issues this
- You need to modify t
- What does the TRUNCA
- Which four are corre
- Examine the structu
- In which scenario wo
- Which constraint can
- Click the Exhibit bu
- Which four are corre
- Which statement desc
- A SELECT statement
- Examine the structu
- You own a table cal
- Which statement acco
- Which two statements
- You are the DBA for