inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 15991
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 809054 | 809054 | 243800 243800 | 15991 15991 |
| 809055 | 809055 | 66866 66866 | 15991 15991 |
| 809056 | 809056 | 489372 489372 | 15991 15991 |
| 809057 | 809057 | 7608 7608 | 15991 15991 |
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)
);