<code>
sql>CREATE TABLE Employees
(
Id int,
Name varchar(50) not null,
Photo varbinary(max) not null
)
</code>
このコードは次のようなエラーを示しています: photo varbinary(max) not null * ERROR at line 5: ORA-00907: missing right parenthesis 助けてください