inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 113433
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 440099 | 440099 | 251184 251184 | 113433 113433 |
| 440100 | 440100 | 219729 219729 | 113433 113433 |
| 440101 | 440101 | 156780 156780 | 113433 113433 |
| 440102 | 440102 | 80539 80539 | 113433 113433 |
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)
);