inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 142667
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 531086 | 531086 | 499825 499825 | 142667 142667 |
| 531087 | 531087 | 164717 164717 | 142667 142667 |
| 531088 | 531088 | 532515 532515 | 142667 142667 |
| 531089 | 531089 | 301174 301174 | 142667 142667 |
| 531090 | 531090 | 98970 98970 | 142667 142667 |
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)
);