inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 63124
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 366432 | 366432 | 249008 249008 | 63124 63124 |
| 366433 | 366433 | 320521 320521 | 63124 63124 |
| 366434 | 366434 | 43207 43207 | 63124 63124 |
| 366435 | 366435 | 92010 92010 | 63124 63124 |
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)
);