Accelerated Tables Restrict returned columns

As far as I know, views include all rows where one column matches that value. You can then use any query on the view, and maybe create a view of the view.

I’m not familiar with views because I never pass Row objects to the client. My server functions always search multiple tables, build some data structure and return all in one round trip. This ensures fast and safe apps, as mentioned here.