inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33972
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 308351 | 308351 | 112252 112252 | 33972 33972 |
| 308352 | 308352 | 273034 273034 | 33972 33972 |
| 308353 | 308353 | 223597 223597 | 33972 33972 |
| 308354 | 308354 | 273033 273033 | 33972 33972 |
| 308355 | 308355 | 17599 17599 | 33972 33972 |
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)
);