inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37705
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 418368 | 418368 | 19582 19582 | 37705 37705 |
| 418369 | 418369 | 537857 537857 | 37705 37705 |
| 418370 | 418370 | 51738 51738 | 37705 37705 |
| 418371 | 418371 | 349898 349898 | 37705 37705 |
| 418372 | 418372 | 120474 120474 | 37705 37705 |
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)
);