database1(), 'Profit', [ ['Tree'], ['=Apple'], ], ], [ 248, $this->database1(), 'Profit', [ ['Tree', 'Height', 'Height'], ['=Apple', '>10', '<16'], ['=Pear', null, null], ], ], [ 1210000, $this->database2(), 'Sales', [ ['Quarter', 'Area'], ['>2', 'North'], ], ], [ 710000, $this->database2(), 'Sales', [ ['Quarter', 'Sales Rep.'], ['3', 'C*'], ], ], [ null, $this->database1(), null, $this->database1(), ], ]; } }