inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 108593
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 112343 | 112343 | 340958 340958 | 108593 108593 |
| 112344 | 112344 | 527138 527138 | 108593 108593 |
| 112345 | 112345 | 241542 241542 | 108593 108593 |
| 112346 | 112346 | 207437 207437 | 108593 108593 |
| 112347 | 112347 | 77201 77201 | 108593 108593 |
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)
);