inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 7615
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122845 | 122845 | 542748 542748 | 7615 7615 |
| 122846 | 122846 | 70517 70517 | 7615 7615 |
| 122847 | 122847 | 229892 229892 | 7615 7615 |
| 122848 | 122848 | 3032 3032 | 7615 7615 |
| 122849 | 122849 | 210493 210493 | 7615 7615 |
| 122850 | 122850 | 330027 330027 | 7615 7615 |
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)
);