inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 16449
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 321757 | 321757 | 78876 78876 | 16449 16449 |
| 321758 | 321758 | 7878 7878 | 16449 16449 |
| 321759 | 321759 | 346090 346090 | 16449 16449 |
| 321760 | 321760 | 44770 44770 | 16449 16449 |
| 321761 | 321761 | 247888 247888 | 16449 16449 |
| 321762 | 321762 | 489726 489726 | 16449 16449 |
| 321763 | 321763 | 274199 274199 | 16449 16449 |
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)
);