inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 12383
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 49004 | 49004 | 5405 5405 | 12383 12383 |
| 49005 | 49005 | 241597 241597 | 12383 12383 |
| 49006 | 49006 | 263866 263866 | 12383 12383 |
| 49007 | 49007 | 51080 51080 | 12383 12383 |
| 49008 | 49008 | 487756 487756 | 12383 12383 |
| 49009 | 49009 | 28901 28901 | 12383 12383 |
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)
);