Studio allows you to create components that encapsulate predefined SQL queries. These SQL queries can also receive arguments and are reusable across the project.
Think of cataloged SQL queries as SQL views defined on the client-side.
Studio generates a component containing one attribute for each column returned by the query. Only SELECT-type queries are allowed and the generated component provides read-only access to the results.