inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 110273
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 188835 | 188835 | 78563 78563 | 110273 110273 |
| 188836 | 188836 | 268644 268644 | 110273 110273 |
| 188837 | 188837 | 340026 340026 | 110273 110273 |
| 188838 | 188838 | 268643 268643 | 110273 110273 |
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)
);