inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 204462 | 204462 | 494489 494489 | 20875 20875 |
| 204463 | 204463 | 10329 10329 | 20875 20875 |
| 204464 | 204464 | 159850 159850 | 20875 20875 |
| 204465 | 204465 | 304570 304570 | 20875 20875 |
| 204466 | 204466 | 225920 225920 | 20875 20875 |
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)
);