2. Creating a Database : How You Create a Database Using Ingres Commands
 
Share this page                  
How You Create a Database Using Ingres Commands
The process for creating a database using Ingres commands and SQL statements is as follows:
1. Create a database using the createdb command.
2. Create tables for the database using the CREATE TABLE statement.
3. Populate the tables with data using the COPY statement.