Microsoft SQL Server queries now support returning multiple recordsets. For example the below will now return both results in the same SQL query
-- Find all the rogers
select from dbo.Users where name = 'Roger';
-- Find all the sarahs
select from dbo.Users where name = 'Sarah';
Tables can be server-paginated without specifying the total size of the dataset being paged through.
In case you've forgotten how Retool works, or if you want to show a friend the basics, you can now restart the tutorial from the home screen by clicking on Do Tutorial