inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 36604
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 57177 | 57177 | 537366 537366 | 36604 36604 |
| 57178 | 57178 | 249608 249608 | 36604 36604 |
| 57179 | 57179 | 19008 19008 | 36604 36604 |
| 57180 | 57180 | 29143 29143 | 36604 36604 |
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)
);