6.7 SELECT * FROM Hotel;
6.9 SELECT GuestName, GuestAddress FROM Guest
WHERE GuestAddress LIKE '%London%';
We will be creating our own test data, then copying and pasting your
answers into the mysql interpreter.
SELECT * FROM Booking b, Booking c WHERE ...