create_schema ::= "create" "schema" "authorization" schema_name { create_table | create_view | grant_command }
This rule is called by create_command
create_command