inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 27595
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 953230 | 953230 | 41084 41084 | 27595 27595 |
| 953231 | 953231 | 47198 47198 | 27595 27595 |
| 953232 | 953232 | 532927 532927 | 27595 27595 |
| 953233 | 953233 | 291830 291830 | 27595 27595 |
| 953234 | 953234 | 14013 14013 | 27595 27595 |
| 953235 | 953235 | 256967 256967 | 27595 27595 |
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)
);