inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 14352
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 726970 | 726970 | 6570 6570 | 14352 14352 |
| 726971 | 726971 | 488191 488191 | 14352 14352 |
| 726972 | 726972 | 48042 48042 | 14352 14352 |
| 726973 | 726973 | 240552 240552 | 14352 14352 |
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)
);