inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18185
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 492790 | 492790 | 253493 253493 | 18185 18185 |
| 492791 | 492791 | 82503 82503 | 18185 18185 |
| 492792 | 492792 | 34116 34116 | 18185 18185 |
| 492793 | 492793 | 491516 491516 | 18185 18185 |
| 492794 | 492794 | 8848 8848 | 18185 18185 |
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)
);