inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15648
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 700179 | 700179 | 242529 242529 | 15648 15648 |
| 700180 | 700180 | 33612 33612 | 15648 15648 |
| 700181 | 700181 | 489013 489013 | 15648 15648 |
| 700182 | 700182 | 265346 265346 | 15648 15648 |
| 700183 | 700183 | 527396 527396 | 15648 15648 |
| 700184 | 700184 | 7399 7399 | 15648 15648 |
| 700185 | 700185 | 67394 67394 | 15648 15648 |
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)
);