inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 104900
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 471172 | 471172 | 334506 334506 | 104900 104900 |
| 471173 | 471173 | 525464 525464 | 104900 104900 |
| 471174 | 471174 | 73934 73934 | 104900 104900 |
| 471175 | 471175 | 485840 485840 | 104900 104900 |
| 471176 | 471176 | 153132 153132 | 104900 104900 |
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)
);