select * from toys where toy_name = 'Mr Bunnykins' or toy_name = 'Baby Turtle' and colour = 'green'; select * from toys where colour = 'green' and toy_name = 'Mr Bunnykins' or toy_name = 'Baby Turtle';