inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 127837
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 307736 | 307736 | 335679 335679 | 127837 127837 |
| 307737 | 307737 | 495585 495585 | 127837 127837 |
| 307738 | 307738 | 89925 89925 | 127837 127837 |
| 307739 | 307739 | 223625 223625 | 127837 127837 |
| 307740 | 307740 | 160847 160847 | 127837 127837 |
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)
);