inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 50875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 686382 | 686382 | 148219 148219 | 50875 50875 |
| 686383 | 686383 | 315597 315597 | 50875 50875 |
| 686384 | 686384 | 26506 26506 | 50875 50875 |
| 686385 | 686385 | 61142 61142 | 50875 50875 |
| 686386 | 686386 | 542114 542114 | 50875 50875 |
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)
);