Oracle Database 11g: SQL Fundamentals I — Question 10

Which is a valid CREATE TABLE statement?

Answer options

Correct answer: A

Explanation

The correct answer, A, utilizes a valid table name that starts with a letter and includes valid characters. Options B and D have invalid characters or start with a digit, making them unacceptable. Option C, while valid syntax, does not match the correct answer criteria.