inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 1471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 309479 | 309479 | 112344 112344 | 1471 1471 |
| 309480 | 309480 | 71486 71486 | 1471 1471 |
| 309481 | 309481 | 172886 172886 | 1471 1471 |
| 309482 | 309482 | 223532 223532 | 1471 1471 |
| 309483 | 309483 | 574 574 | 1471 1471 |
| 309484 | 309484 | 536132 536132 | 1471 1471 |
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)
);