inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 97482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1000197 | 1000197 | 202356 202356 | 97482 97482 |
| 1000198 | 1000198 | 66349 66349 | 97482 97482 |
| 1000199 | 1000199 | 209739 209739 | 97482 97482 |
| 1000200 | 1000200 | 104366 104366 | 97482 97482 |
| 1000201 | 1000201 | 243382 243382 | 97482 97482 |
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)
);