inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404121
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 971031 | 971031 | 414144 414144 | 404121 404121 |
| 971032 | 971032 | 367680 367680 | 404121 404121 |
| 971033 | 971033 | 458766 458766 | 404121 404121 |
| 971034 | 971034 | 414143 414143 | 404121 404121 |
| 971035 | 971035 | 367679 367679 | 404121 404121 |
| 971036 | 971036 | 505039 505039 | 404121 404121 |
| 971037 | 971037 | 481660 481660 | 404121 404121 |
| 971038 | 971038 | 458767 458767 | 404121 404121 |
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)
);