MyVideos48
Table "country"
Previous topic Chapter index Next topic

System:

Fields
Field Data type PK FK Not Null Default Collate Check On Conflict
idCountry integer            
strCountry text              

Indexes
      There are no indexes for table "country"

Foreign keys
      There are no foreign keys for table "country"

Checks
      There are no checks for table "country"

Triggers
      There are no triggers for table "country"

References
      There are no references for table "country"

Definition:
CREATE TABLE country (
  idCountry   integer PRIMARY KEY,
  strCountry  text
);


Previous topic Chapter index Next topic
Generated by ""SQLite Maestro Professional"" at 08.07.2021 23:49:20