inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 121204
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 90783 | 90783 | 85657 85657 | 121204 121204 |
| 90784 | 90784 | 262095 262095 | 121204 121204 |
| 90785 | 90785 | 262097 262097 | 121204 121204 |
| 90786 | 90786 | 262096 262096 | 121204 121204 |
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)
);