inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 131789
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 373381 | 373381 | 92426 92426 | 131789 131789 |
| 373382 | 373382 | 277011 277011 | 131789 131789 |
| 373383 | 373383 | 531315 531315 | 131789 131789 |
| 373384 | 373384 | 277010 277010 | 131789 131789 |
| 373385 | 373385 | 249260 249260 | 131789 131789 |
| 373386 | 373386 | 332591 332591 | 131789 131789 |
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)
);