[{ physical_attributes_clause
 | { LOGGING | NOLOGGING } 
 | ONLINE
 | COMPUTE STATISTICS
 | TABLESPACE { tablespace | DEFAULT }
 | { COMPRESS integer | NOCOMPRESS }
 | { NOSORT | REVERSE }
 | parallel_clause
 }
 [ physical_attributes_clause
 | { LOGGING | NOLOGGING } 
 | ONLINE
 | COMPUTE STATISTICS
 | TABLESPACE { tablespace | DEFAULT }
 | { COMPRESS integer | NOCOMPRESS }
 | { NOSORT | REVERSE }
 | parallel_clause
 ]...
]

For information on the symbols and conventions of Backus-Naur Form (BNF) syntax, see Appendix A.