inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 354722
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 984089 | 984089 | 296081 296081 | 354722 354722 |
| 984090 | 984090 | 290661 290661 | 354722 354722 |
| 984091 | 984091 | 281168 281168 | 354722 354722 |
| 984092 | 984092 | 286133 286133 | 354722 354722 |
| 984093 | 984093 | 270876 270876 | 354722 354722 |
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)
);