7.7.4 CREATE
Purpose
The CREATE
command creates a new object and assigns initial attributes to the object.
Syntax
CREATE object_type [name] ...
[attribute_name = attribute_value [, attribute_name = attribute_value]...]
Usage Notes
- When multiple objects are valid as the target of a
CREATE
command, there is the possibility of partial success. If an error occurs, then the command is interrupted, and the remaining objects are not created.