Cluster_SQL

Demonstrates the use of SQLDDL statements like "CREATE TABLE ...", "CREATE INDEX ...", "DROP TABLE ...", etc. in a cluster environment.

How to Run

In a console window run

 
    cluster_sql 2 0
     

Then in a second console window run

 
    cluster_sql 2 1
 

But it is more instructive to run one instance in your development environment debugger, stepping through the code.