inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 120005 | 120005 | 264398 264398 | 15400 15400 |
| 120006 | 120006 | 155565 155565 | 15400 15400 |
| 120007 | 120007 | 241868 241868 | 15400 15400 |
| 120008 | 120008 | 77492 77492 | 15400 15400 |
| 120009 | 120009 | 7244 7244 | 15400 15400 |
| 120010 | 120010 | 264397 264397 | 15400 15400 |
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)
);