chap7_createtable.gif shows SQL Worksheet in SQL Developer.
The Enter SQL Statement pane contains the statement
CREATE TABLE employee_photos( employee_id NUMBER, employee_thumbnail BLOB);
The Results pane contains the message
CREATE TABLE Succeeded.