Specify a name for the secure zone.
For information about naming database objects, see Teradata Vantage™ SQL Fundamentals, B035-1141.
Example: Create a secure zone without a root
CREATE ZONE zn_01;
Example: Create a secure zone with a predefined user or database as root
CREATE ZONE zn_01 ROOT z_root01;