inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 378346 | 378346 | 489929 489929 | 16592 16592 |
| 378347 | 378347 | 221409 221409 | 16592 16592 |
| 378348 | 378348 | 156455 156455 | 16592 16592 |
| 378349 | 378349 | 7964 7964 | 16592 16592 |
| 378350 | 378350 | 79285 79285 | 16592 16592 |
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)
);