Create a website for access your database, and include some functionalities, like:insert records to each table, you may need to update other tables when you need to insert a record to a table.query records from each table using different columnsdelete records from each table, you might need to update other tables when you delete a record from a table.