inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 78006
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 891587 | 891587 | 201256 201256 | 78006 78006 |
| 891588 | 891588 | 209543 209543 | 78006 78006 |
| 891589 | 891589 | 232071 232071 | 78006 78006 |
| 891590 | 891590 | 101657 101657 | 78006 78006 |
| 891591 | 891591 | 53318 53318 | 78006 78006 |
| 891592 | 891592 | 165935 165935 | 78006 78006 |
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)
);