inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 305461
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1010220 | 1010220 | 292006 292006 | 305461 305461 |
| 1010221 | 1010221 | 257048 257048 | 305461 305461 |
| 1010222 | 1010222 | 532970 532970 | 305461 305461 |
| 1010223 | 1010223 | 213722 213722 | 305461 305461 |
| 1010224 | 1010224 | 292075 292075 | 305461 305461 |
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)
);