inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 36011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 21241 | 21241 | 276775 276775 | 36011 36011 |
| 21242 | 21242 | 64587 64587 | 36011 36011 |
| 21243 | 21243 | 508988 508988 | 36011 36011 |
| 21244 | 21244 | 249137 249137 | 36011 36011 |
| 21245 | 21245 | 29457 29457 | 36011 36011 |
| 21246 | 21246 | 537134 537134 | 36011 36011 |
| 21247 | 21247 | 18703 18703 | 36011 36011 |
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)
);