inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14736
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 942168 | 942168 | 262839 262839 | 14736 14736 |
| 942169 | 942169 | 66250 66250 | 14736 14736 |
| 942170 | 942170 | 488510 488510 | 14736 14736 |
| 942171 | 942171 | 240966 240966 | 14736 14736 |
| 942172 | 942172 | 6838 6838 | 14736 14736 |
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)
);