inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 123430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1029334 | 1029334 | 87199 87199 | 123430 123430 |
| 1029335 | 1029335 | 244414 244414 | 123430 123430 |
| 1029336 | 1029336 | 208674 208674 | 123430 123430 |
| 1029337 | 1029337 | 208675 208675 | 123430 123430 |
| 1029338 | 1029338 | 226578 226578 | 123430 123430 |
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)
);