inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 84357
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 224320 | 224320 | 109159 109159 | 84357 84357 |
| 224321 | 224321 | 57850 57850 | 84357 84357 |
| 224322 | 224322 | 224855 224855 | 84357 84357 |
| 224323 | 224323 | 505596 505596 | 84357 84357 |
| 224324 | 224324 | 170995 170995 | 84357 84357 |
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)
);