inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 204607
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 637185 | 637185 | 541034 541034 | 204607 204607 |
| 637186 | 637186 | 312052 312052 | 204607 204607 |
| 637187 | 637187 | 136697 136697 | 204607 204607 |
| 637188 | 637188 | 257877 257877 | 204607 204607 |
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)
);