CREATE

The CREATE function creates a new empty graph.

CREATE Syntax

Use the following syntax to create a new graph with the CREATE function.

CREATE [ SILENT ] GRAPH <graph>

The optional SILENT keyword tells AnzoGraph not to return an error if an error occurs.