inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 405752
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 946865 | 946865 | 485607 485607 | 405752 405752 |
| 946866 | 946866 | 479409 479409 | 405752 405752 |
| 946867 | 946867 | 487279 487279 | 405752 405752 |
| 946868 | 946868 | 446290 446290 | 405752 405752 |
| 946869 | 946869 | 394631 394631 | 405752 405752 |
| 946870 | 946870 | 394630 394630 | 405752 405752 |
| 946871 | 946871 | 479410 479410 | 405752 405752 |
| 946872 | 946872 | 446288 446288 | 405752 405752 |
| 946873 | 946873 | 446289 446289 | 405752 405752 |
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)
);