inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 104512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 945617 | 945617 | 205851 205851 | 104512 104512 |
| 945618 | 945618 | 205850 205850 | 104512 104512 |
| 945619 | 945619 | 251086 251086 | 104512 104512 |
| 945620 | 945620 | 219840 219840 | 104512 104512 |
| 945621 | 945621 | 152993 152993 | 104512 104512 |
| 945622 | 945622 | 73643 73643 | 104512 104512 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);