Create the logical schema
Connect to the database.
	- 
Connect to the database. In the Administration Tools Main Menu, click Connect to Database and click OK. See Connecting to the Database for details. The vsql welcome script appears: Welcome to vsql, the Vertica Analytic Database interactive terminal. Type: \h or \? for help with vsql commands \g or terminate with semicolon to execute query \q to quit =>
- 
Run the logical schema script Using the \i meta-command in vsql to run the SQL logical schema script that you prepared earlier. 
- 
Disconnect from the database Use the \qmeta-command in vsql to return to the Administration Tools.