inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33801
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 305746 | 305746 | 272790 272790 | 33801 33801 |
| 305747 | 305747 | 272789 272789 | 33801 33801 |
| 305748 | 305748 | 17508 17508 | 33801 33801 |
| 305749 | 305749 | 305303 305303 | 33801 33801 |
| 305750 | 305750 | 111890 111890 | 33801 33801 |
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)
);