Creating a Schema in the CCL Editor

Enter a CREATE SCHEMA statement using the CCL editor to provide users with a shared schema object that can be referenced from any number of streams or windows.

In the CCL editor, enter valid CCL for the CREATE SCHEMA statement.
For example, this statement creates a shared schema object named SchemaTrades1, with four columns:
CREATE SCHEMA		SchemaTrades1 (
Symbol STRING , 
Seller STRING ,
Buyer STRING ,