Description of create_mle_env

CREATE [ OR REPLACE ] MLE ENV [IF NOT EXISTS][schema .] name
   (  [ CLONE [schema .] environment_name  ] 
    |
    ( [ IMPORTS ( ( 'import_name' MODULE [schema .] mle_module_name)[,]... ) ]
    [ LANGUAGE OPTIONS option_string ] ) )