Database Schema
- Schema is a blueprint for inputing the data. the data input must be follow the schema provided. if there's not much information, NULL must be specified
- 28 incorrect but still valid. be careful in schema as if we inserting number as a string type, we would never be able to do computation
-