inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 129899
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 335614 | 335614 | 275410 275410 | 129899 129899 |
| 335615 | 335615 | 161520 161520 | 129899 129899 |
| 335616 | 335616 | 91249 91249 | 129899 129899 |
| 335617 | 335617 | 496314 496314 | 129899 129899 |
| 335618 | 335618 | 275411 275411 | 129899 129899 |
| 335619 | 335619 | 239306 239306 | 129899 129899 |
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)
);