# Database Setup > Nicholas - Will set up the database needed for the project, and will determine: - What entities are required in the database (Users, Food items, etc) - What tables are required to represent data (User info, user likes, food list, etc) - Relations between these tables - Uses tools to get database running (heroku, phpmyadmin) ## Database Project Requirements - Uses at least 3 database tables with at least 10 fields combined - Allows user to update existing records in the database in a friendly way (data is pre-filled) - Must be able to update ***at least three*** fields using the `UPDATE SQL` statement - Allows users to add records to the database
Database Setup
Database Project Requirements
UPDATE SQLstatement