inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 64836
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 668656 | 668656 | 309018 309018 | 64836 64836 |
| 668657 | 668657 | 44864 44864 | 64836 64836 |
| 668658 | 668658 | 75434 75434 | 64836 64836 |
| 668659 | 668659 | 154060 154060 | 64836 64836 |
| 668660 | 668660 | 486892 486892 | 64836 64836 |
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)
);