Oracle
1Z0-909 · Question #22
1Z0-909 Question #22: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-909 to reveal the answer and full explanation for question #22. The question stem and answer options stay visible for context.
SQL Fundamentals
Question
Examine the statement which executes successfully: SET sql_mode=' NO_ENGINE_SUBSTITTJTION' ; You try to create a table with a storage engine that is not available. What will happen?
Options
- AAn error occurs and the create table statement fails.
- BThe server will create the table but it will be unusable until the specified storage engine is
- CThe server will create the table but report an error when the first attempt to insert a row is
- DThe server will create the table using the default storage engine.
Unlock 1Z0-909 to see the answer
You've previewed enough free 1Z0-909 questions. Unlock 1Z0-909 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SQL modes#storage engines#CREATE TABLE#error handling