diff --git a/create_9.sql b/create_9.sql index f39caf4..f29d6c7 100644 --- a/create_9.sql +++ b/create_9.sql @@ -2,7 +2,7 @@ CREATE TABLE players ( player_id NUMBER(4), player_name VARCHAR2(15), contact_email VARCHAR2(25), - contact_number CHAR(13), + contact_number CHAR(13) ) CREATE TABLE teams ( diff --git a/table_specification_9.docx b/table_specification_9.docx index a6c3ba2..6469d59 100644 Binary files a/table_specification_9.docx and b/table_specification_9.docx differ