inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 30997
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 187350 | 187350 | 268406 268406 | 30997 30997 |
| 187351 | 187351 | 503990 503990 | 30997 30997 |
| 187352 | 187352 | 244176 244176 | 30997 30997 |
| 187353 | 187353 | 334780 334780 | 30997 30997 |
| 187354 | 187354 | 15975 15975 | 30997 30997 |
| 187355 | 187355 | 268405 268405 | 30997 30997 |
| 187356 | 187356 | 105738 105738 | 30997 30997 |
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)
);