So I have a table:
place_id | name | description | availableDirections 1 | Room | A nice room | N, W, E, S 2 | Office | A mess
SELECT description FROM place WHERE place_id = 1