inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405141
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740086 | 740086 | 376645 376645 | 405141 405141 |
| 740087 | 740087 | 465389 465389 | 405141 405141 |
| 740088 | 740088 | 491125 491125 | 405141 405141 |
| 740089 | 740089 | 483739 483739 | 405141 405141 |
| 740090 | 740090 | 424625 424625 | 405141 405141 |
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)
);