Oracle Related Exams
1z0-071 Exam

Examine this statement:
SELECT 1 AS id, ' John' AS first name
FROM DUAL
UNION
SELECT 1 , ' John' AS name
FROM DUAL
ORDER BY 1;
What is returned upon execution?
Which three statements are true about performing DML operations on a view with no INSTEAD OF triggers defined?