inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 37595
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 934187 | 934187 | 19525 19525 | 37595 37595 |
| 934188 | 934188 | 510556 510556 | 37595 37595 |
| 934189 | 934189 | 40457 40457 | 37595 37595 |
| 934190 | 934190 | 49729 49729 | 37595 37595 |
| 934191 | 934191 | 537820 537820 | 37595 37595 |
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)
);