inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 179748
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 444978 | 444978 | 121710 121710 | 179748 179748 |
| 444979 | 444979 | 511121 511121 | 179748 179748 |
| 444980 | 444980 | 350138 350138 | 179748 179748 |
| 444981 | 444981 | 179449 179449 | 179748 179748 |
| 444982 | 444982 | 219483 219483 | 179748 179748 |
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)
);