Oracle Related Exams
1z0-882 Exam

You attempt to create a temporary table by using the following statement:
CREATE TEMPORARY TABLE employeesMAIN
SELECT * FROM employees1
UNION ALL
SELECT * FROM employees2;
What is the result?
You started a MySQL command –line session with sq1_ mode (empty), and created the person table with the structure:
Mysql> DESC person;
You issue:
INSERT INTO person VALUES (‘casper’, ‘undefined’)
What is the effect?
The people table contains the data as shown:
Which two statements return two rows each?