Skip to content
yannizhou05 edited this page Jun 15, 2021 · 5 revisions

Welcome to the Thomas-Cook wiki!

Before editing the database of Thomas-Cook Passenger lists, please read through the description for each column and follow the step below.

Add a row to the ships table

With the name, date and lists for a new record of passenger list, run the command in any DB Browser

INSERT INTO ships (name, date, lists) VALUES( value1, value2, value3);

The DB will assign an id automatically. Refer to Overview of tables for a description of each column.

Remember to write the changes to the DB. If you close the database without writing changes, all your hard work will have been for nothing.

Description for Thomas-Cook database

Description of the DB's tables and their columns, see Overview of tables.

Clone this wiki locally