inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21367
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 934057 | 934057 | 246230 246230 | 21367 21367 |
| 934058 | 934058 | 271456 271456 | 21367 21367 |
| 934059 | 934059 | 10589 10589 | 21367 21367 |
| 934060 | 934060 | 40452 40452 | 21367 21367 |
| 934061 | 934061 | 66706 66706 | 21367 21367 |
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)
);