Demonstrates the use of SQLDDL statements like "
CREATE TABLE ...
", "CREATE INDEX ...
", "DROP TABLE ...
", etc. in a cluster environment.
In a console window run
cluster_sql 2 0Then in a second console window run
cluster_sql 2 1But it is more instructive to run one instance in your development environment debugger, stepping through the code.