inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 148831
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 126024 | 126024 | 343716 343716 | 148831 148831 |
| 126025 | 126025 | 502417 502417 | 148831 148831 |
| 126026 | 126026 | 229603 229603 | 148831 148831 |
| 126027 | 126027 | 103268 103268 | 148831 148831 |
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)
);