inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 22761
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 924196 | 924196 | 40134 40134 | 22761 22761 |
| 924197 | 924197 | 11364 11364 | 22761 22761 |
| 924198 | 924198 | 66572 66572 | 22761 22761 |
| 924199 | 924199 | 276785 276785 | 22761 22761 |
| 924200 | 924200 | 531272 531272 | 22761 22761 |
| 924201 | 924201 | 249139 249139 | 22761 22761 |
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)
);