inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 91852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 296110 | 296110 | 110878 110878 | 91852 91852 |
| 296111 | 296111 | 272139 272139 | 91852 91852 |
| 296112 | 296112 | 272138 272138 | 91852 91852 |
| 296113 | 296113 | 62663 62663 | 91852 91852 |
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)
);