In my models I am working a lot with tables, sometimes big tables.
To get values I have been using FOR and WHILE to copy cell by cell.
Aside from syntax simplicity are there any advantages in performance when using query commands to get values from tables?