|
* <code>CREATE DATABASE input</code><br/>creates an empty database <code>input</code>.
* <code>CREATE DATABASE xmark http://files.basex.org/xml/xmark.xml</code><br/>creates the database <code>inputxmark</code> with the remote file , containing a single initial document called {{Mono|xmark.xml as initial content}}.* <code>CREATE DATABASE coll /path/to/input</code><br/>creates the database <code>coll</code> with all documents from found in the <code>input</code> directory as initial content.* <code>SET INTPARSE false; CREATE DATABASE input input.xml</code><br/>creates a database <code>input</code>with {{Mono|input.xml}} as initial document, using which will be parsed with Java's [[Parsers#XML Parsers|default XML parser]].
|}