inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 72630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 383238 | 383238 | 221201 221201 | 72630 72630 |
| 383239 | 383239 | 277682 277682 | 72630 72630 |
| 383240 | 383240 | 543856 543856 | 72630 72630 |
| 383241 | 383241 | 50008 50008 | 72630 72630 |
| 383242 | 383242 | 326283 326283 | 72630 72630 |
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)
);