inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18677
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 56516 | 56516 | 254223 254223 | 18677 18677 |
| 56517 | 56517 | 29111 29111 | 18677 18677 |
| 56518 | 56518 | 285861 285861 | 18677 18677 |
| 56519 | 56519 | 64666 64666 | 18677 18677 |
| 56520 | 56520 | 9116 9116 | 18677 18677 |
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)
);