inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405045
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 37874 | 37874 | 375074 375074 | 405045 405045 |
| 37875 | 37875 | 483525 483525 | 405045 405045 |
| 37876 | 37876 | 464257 464257 | 405045 405045 |
| 37877 | 37877 | 422808 422808 | 405045 405045 |
| 37878 | 37878 | 490823 490823 | 405045 405045 |
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)
);