Forge/

Snowflake Table API

/
  • Snowflake Table API  - Screen-Thumbnail
Asset Version: 1.0.0
Last Published: Jun 24, 2025
The Table API provides programmatic access to manage and interact with tables in your database system. It allows developers to perform operations such as creating, reading, updating, and deleting table records. This API is essential for automating data workflows and integrating table-based data into applications.
Requirements
  • HCL Volt MX Foundry
Devices
  • phone
Platforms
  • android
  • iOS

⦁    Query Execution: Perform queries on specific tables, allowing precise data retrieval based on defined criteria.
⦁    Metadata Retrieval: Retrieve detailed information about tables, including column names, data types, constraints, and relationships between tables.
⦁    Table Management: Create, update, and delete tables within your database schema, enabling dynamic schema management.
⦁    Table Structure Exploration: Access the structure of a table, including column definitions and indexes, to better understand how data is organized.