The quiz checks if trainee has understood basic concepts of table creation and database objects
Create table "SELECT" (col1 date);
Create table "lower case" (col1 date);
Create table number1 (col1 date);
Create table update(col1 date);
Create table 1number(col1 date);
Index
PL/SQL stored procedure
Synonym
Table
View
CHAR
FLOAT
INTEGER
STRING
DATE
TIMESTAMP
DATE or TIMESTAMP
User Defined Data Type
NOT NULL
PRIMARY KEY
CHECK
UNIQUE
Wait!
Here's an interesting quiz for you.