inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404291
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 739824 | 739824 | 459692 459692 | 404291 404291 |
| 739825 | 739825 | 506404 506404 | 404291 404291 |
| 739826 | 739826 | 415617 415617 | 404291 404291 |
| 739827 | 739827 | 368936 368936 | 404291 404291 |
| 739828 | 739828 | 482016 482016 | 404291 404291 |
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)
);