Information Data Model
The Information Schema provides access to metadata entities like tables and fields, enabling users to query Quickbase API objects with SQL. Its data model is composed of three elements: tables, views, and stored procedures.
Tables
The Tables section, which details standard SQL tables.
Views
The Views section, which details standard SQL views.
Stored Procedures
Stored Procedures are actions that are invoked via SQL queries. In the Information schema, they perform operation related to the exposed entities.