inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15469
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 937101 | 937101 | 264643 264643 | 15469 15469 |
| 937102 | 937102 | 7284 7284 | 15469 15469 |
| 937103 | 937103 | 242001 242001 | 15469 15469 |
| 937104 | 937104 | 40526 40526 | 15469 15469 |
| 937105 | 937105 | 46146 46146 | 15469 15469 |
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)
);