inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 189183
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 509607 | 509607 | 539004 539004 | 189183 189183 |
| 509608 | 509608 | 299178 299178 | 189183 189183 |
| 509609 | 509609 | 514087 514087 | 189183 189183 |
| 509610 | 509610 | 254221 254221 | 189183 189183 |
| 509611 | 509611 | 127199 127199 | 189183 189183 |
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)
);