|< < 15 > >|
select name, birth_date from author order by birth_date
Project( Sort( TableScan(author), [birth_date]), [name, birth_date])