Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Creating a Top Level Element in a Specific Database

Creating a Top Level Element in a Specific Database

  • Last UpdatedMar 20, 2026
  • 1 minute read

To create a new top level element in a specific database there is a DB keyword available in the syntax of the 'NEW' command as follows:

NEW element_type element_name DB database_name

where element_name is again optional and where the database_name is expressed as a fully qualified database name, that means, team/database.

The following command will create a new SITE named /MYSITE in the MYTEAM/MYDB database.

NEW SITE /MYSITE DB MYTEAM/MYDB