inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 152430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 182828 | 182828 | 336679 336679 | 152430 152430 |
| 182829 | 182829 | 534781 534781 | 152430 152430 |
| 182830 | 182830 | 105514 105514 | 152430 152430 |
| 182831 | 182831 | 243987 243987 | 152430 152430 |
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)
);