inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 60124
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838888 | 838888 | 250589 250589 | 60124 60124 |
| 838889 | 838889 | 373250 373250 | 60124 60124 |
| 838890 | 838890 | 483210 483210 | 60124 60124 |
| 838891 | 838891 | 38398 38398 | 60124 60124 |
| 838892 | 838892 | 420768 420768 | 60124 60124 |
| 838893 | 838893 | 462953 462953 | 60124 60124 |
| 838894 | 838894 | 497872 497872 | 60124 60124 |
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)
);