inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 31595
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 203636 | 203636 | 107150 107150 | 31595 31595 |
| 203637 | 203637 | 309872 309872 | 31595 31595 |
| 203638 | 203638 | 269774 269774 | 31595 31595 |
| 203639 | 203639 | 16308 16308 | 31595 31595 |
| 203640 | 203640 | 225982 225982 | 31595 31595 |
| 203641 | 203641 | 245005 245005 | 31595 31595 |
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)
);