inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10519
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 47381 | 47381 | 251948 251948 | 10519 10519 |
| 47382 | 47382 | 58161 58161 | 10519 10519 |
| 47383 | 47383 | 490815 490815 | 10519 10519 |
| 47384 | 47384 | 28820 28820 | 10519 10519 |
| 47385 | 47385 | 4290 4290 | 10519 10519 |
| 47386 | 47386 | 8415 8415 | 10519 10519 |
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)
);