inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 59368
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 547778 | 547778 | 517748 517748 | 59368 59368 |
| 547779 | 547779 | 57188 57188 | 59368 59368 |
| 547780 | 547780 | 539770 539770 | 59368 59368 |
| 547781 | 547781 | 37289 37289 | 59368 59368 |
| 547782 | 547782 | 131127 131127 | 59368 59368 |
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)
);