inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 79005
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192122 | 192122 | 534921 534921 | 79005 79005 |
| 192123 | 192123 | 226589 226589 | 79005 79005 |
| 192124 | 192124 | 54066 54066 | 79005 79005 |
| 192125 | 192125 | 504202 504202 | 79005 79005 |
| 192126 | 192126 | 300329 300329 | 79005 79005 |
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)
);