inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 101461
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 850143 | 850143 | 74340 74340 | 101461 101461 |
| 850144 | 850144 | 214376 214376 | 101461 101461 |
| 850145 | 850145 | 238213 238213 | 101461 101461 |
| 850146 | 850146 | 69020 69020 | 101461 101461 |
| 850147 | 850147 | 206072 206072 | 101461 101461 |
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)
);