inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 76122
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 200653 | 200653 | 269608 269608 | 76122 76122 |
| 200654 | 200654 | 337575 337575 | 76122 76122 |
| 200655 | 200655 | 269609 269609 | 76122 76122 |
| 200656 | 200656 | 226179 226179 | 76122 76122 |
| 200657 | 200657 | 52226 52226 | 76122 76122 |
| 200658 | 200658 | 78751 78751 | 76122 76122 |
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)
);