inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405745
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 735271 | 735271 | 485569 485569 | 405745 405745 |
| 735272 | 735272 | 493159 493159 | 405745 405745 |
| 735273 | 735273 | 394423 394423 | 405745 405745 |
| 735274 | 735274 | 479270 479270 | 405745 405745 |
| 735275 | 735275 | 446106 446106 | 405745 405745 |
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)
);