inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21213
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 222942 | 222942 | 494854 494854 | 21213 21213 |
| 222943 | 222943 | 224920 224920 | 21213 21213 |
| 222944 | 222944 | 160193 160193 | 21213 21213 |
| 222945 | 222945 | 10510 10510 | 21213 21213 |
| 222946 | 222946 | 88348 88348 | 21213 21213 |
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)
);