inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 283016 | 283016 | 252280 252280 | 9220 9220 |
| 283017 | 283017 | 3712 3712 | 9220 9220 |
| 283018 | 283018 | 30542 30542 | 9220 9220 |
| 283019 | 283019 | 282367 282367 | 9220 9220 |
| 283020 | 283020 | 4721 4721 | 9220 9220 |
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)
);