inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 3400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 282025 | 282025 | 1345 1345 | 3400 3400 |
| 282026 | 282026 | 75869 75869 | 3400 3400 |
| 282027 | 282027 | 206686 206686 | 3400 3400 |
| 282028 | 282028 | 72795 72795 | 3400 3400 |
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)
);