AI Final Project Report - University of Arkansas

Firstly, the datatype in the Database is a big question mark. Initially, I want to clearly separate then into distinctive type: integer, String, Date/time, auto-incrementing index field. But in the end, I used “VARCHAR(50)” (or 30) for most of the fields since it’s easier to only process a string type during query time and respond time. ................
................