inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 230805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 408680 | 408680 | 154635 154635 | 230805 230805 |
| 408681 | 408681 | 231946 231946 | 230805 230805 |
| 408682 | 408682 | 206883 206883 | 230805 230805 |
| 408683 | 408683 | 206884 206884 | 230805 230805 |
| 408684 | 408684 | 206882 206882 | 230805 230805 |
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)
);