sql_schema_def_stmt

sql_schema_def_stmt 
      ::= 
      schema_def 
      | table_def 
      | view_def 
      | grant_stmt 
      | domain_def 
      | char_set_def 
      | collation_def 
      | translation_def 
      | assertion_def 

[rule list]
This rule is called by

-> sql_schema_stmt