Skip to content
Advertisement

SQL missing parenthesis when creating a table [closed]

I’m trying to create a table for a college project, but when I run my code it tells me I am missing a left parenthesis, and I simply cannot see where.

please help code is below

Advertisement

Answer

You need sizes on the VARCHAR2 data types and compound key is not valid.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement