inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 7595
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 338648 | 338648 | 303163 303163 | 7595 7595 |
| 338649 | 338649 | 527880 527880 | 7595 7595 |
| 338650 | 338650 | 248560 248560 | 7595 7595 |
| 338651 | 338651 | 72956 72956 | 7595 7595 |
| 338652 | 338652 | 3023 3023 | 7595 7595 |
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)
);