Terminology
The structure of a database is its database schema
The schema specifies …
- The list of tables forming the database
- For each table, the fields of its records
- For each field, its properties, i.e. data type, key or not key, default value, etc.