inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 36560
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 747719 | 747719 | 18986 18986 | 36560 36560 |
| 747720 | 747720 | 277475 277475 | 36560 36560 |
| 747721 | 747721 | 249548 249548 | 36560 36560 |
| 747722 | 747722 | 35714 35714 | 36560 36560 |
| 747723 | 747723 | 537337 537337 | 36560 36560 |
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)
);