inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 40389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 556082 | 556082 | 31479 31479 | 40389 40389 |
| 556083 | 556083 | 519000 519000 | 40389 40389 |
| 556084 | 556084 | 58737 58737 | 40389 40389 |
| 556085 | 556085 | 20990 20990 | 40389 40389 |
| 556086 | 556086 | 288914 288914 | 40389 40389 |
| 556087 | 556087 | 132123 132123 | 40389 40389 |
| 556088 | 556088 | 215239 215239 | 40389 40389 |
| 556089 | 556089 | 255554 255554 | 40389 40389 |
| 556090 | 556090 | 540101 540101 | 40389 40389 |
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)
);