单项选择题
A. INSERT INTO employees (employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01/01/01);
B. INSERT INTO employees(employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01 january 01');
C. INSERT INTO employees(employee_id, first_name, last_name, Hire_date) VALUES (1000, 'John', 'smith', To_ date ('01/01/01));
D. INSERT INTO employees(employee_id, first_name, last_name, hire_date) VALUES (1000, 'John', 'smith','01-Jan-01');
单项选择题 In which scenario would TOP N analysis be the best solution?()
多项选择题 Which three are true regarding the use of outer joins?()
单项选择题 Exhibit Examine the data in the EMPLOYEES and DEPARTMENTS tables. You want to retrieve all employees last names, along with their managers last names and their department names. Which query would you use?()