inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 700303 | 700303 | 489447 489447 | 16085 16085 |
| 700304 | 700304 | 33620 33620 | 16085 16085 |
| 700305 | 700305 | 68808 68808 | 16085 16085 |
| 700306 | 700306 | 268131 268131 | 16085 16085 |
| 700307 | 700307 | 244013 244013 | 16085 16085 |
| 700308 | 700308 | 7659 7659 | 16085 16085 |
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)
);