inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 29495
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 123357 | 123357 | 229817 229817 | 29495 29495 |
| 123358 | 123358 | 15136 15136 | 29495 29495 |
| 123359 | 123359 | 103059 103059 | 29495 29495 |
| 123360 | 123360 | 166796 166796 | 29495 29495 |
| 123361 | 123361 | 534039 534039 | 29495 29495 |
| 123362 | 123362 | 502229 502229 | 29495 29495 |
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)
);