inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 59883
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 667385 | 667385 | 53705 53705 | 59883 59883 |
| 667386 | 667386 | 38036 38036 | 59883 59883 |
| 667387 | 667387 | 341441 341441 | 59883 59883 |
| 667388 | 667388 | 101535 101535 | 59883 59883 |
| 667389 | 667389 | 259008 259008 | 59883 59883 |
| 667390 | 667390 | 211801 211801 | 59883 59883 |
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)
);