inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403554
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 895040 | 895040 | 448079 448079 | 403554 403554 |
| 895041 | 895041 | 352976 352976 | 403554 403554 |
| 895042 | 895042 | 501667 501667 | 403554 403554 |
| 895043 | 895043 | 397010 397010 | 403554 403554 |
| 895044 | 895044 | 479947 479947 | 403554 403554 |
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)
);