|< < 18 > >|
But: Project( TableScan(t), [x, y])
Project( TableScan(t), [x, y])
The key is not included, so there may be duplicates. To remove them: Unique( Project( TableScan(t), [x, y]))
Unique( Project( TableScan(t), [x, y]))