If I was creating a new table, does the syntax in this line look right, if I didn't want nulls allowed and wanted it to be a primary key?
COLUMN_NAME_HERE CHAR(5) NOT NULL PRIMARY KEY
looks right to me.
If I was creating a new table, does the syntax in this line look right, if I didn't want nulls allowed and wanted it to be a primary key?
COLUMN_NAME_HERE CHAR(5) NOT NULL PRIMARY KEY
looks right to me.