inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 59996
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438250 | 438250 | 251166 251166 | 59996 59996 |
| 438251 | 438251 | 73676 73676 | 59996 59996 |
| 438252 | 438252 | 38191 38191 | 59996 59996 |
| 438253 | 438253 | 525334 525334 | 59996 59996 |
| 438254 | 438254 | 338357 338357 | 59996 59996 |
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)
);