inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33543
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 295812 | 295812 | 110851 110851 | 33543 33543 |
| 295813 | 295813 | 324814 324814 | 33543 33543 |
| 295814 | 295814 | 17372 17372 | 33543 33543 |
| 295815 | 295815 | 39498 39498 | 33543 33543 |
| 295816 | 295816 | 172086 172086 | 33543 33543 |
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)
);