MySQL AI User Guide
        The rpd_table_id table provides the ID, name,
        and schema of the tables loaded in the MySQL AI Engine.
      
        The rpd_table_id table has these columns:
      
            ID
          
A unique identifier for the table.
            NAME
          
The full table name including the schema.
            SCHEMA_NAME
          
The schema name.
            TABLE_NAME
          
The table name.
        The rpd_table_id table is read-only.