is the name for the constraint being specified. The first form of the CREATE TABLE statement creates tables that automatically map SQL data types to those supported by the SAS System. Use this form ...
I have the following SQL in a VB script to create a new table in a Microsoft Access 2010 Database: CREATE TABLE ElectionFile( Record_Type CHAR(50) WITH COMPRESSION NULL, Employer_ID CHAR(50) WITH ...