inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15296
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 794660 | 794660 | 241656 241656 | 15296 15296 |
| 794661 | 794661 | 37123 37123 | 15296 15296 |
| 794662 | 794662 | 7179 7179 | 15296 15296 |
| 794663 | 794663 | 264001 264001 | 15296 15296 |
| 794664 | 794664 | 488702 488702 | 15296 15296 |
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)
);