Creating SQL Tables
To access data, you must create a SQL table and then store data in the fields and records. The process of running the SQL to synchronize the database with records, indexes, and DDL is called the Build process.
The Build feature processes definitions at these levels:
-
Current record.
-
Selected records in the project workspace.
-
All records in the project.
Related Topics