inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 80647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 85776 | 85776 | 55166 55166 | 80647 80647 |
| 85777 | 85777 | 154900 154900 | 80647 80647 |
| 85778 | 85778 | 240562 240562 | 80647 80647 |
| 85779 | 85779 | 319652 319652 | 80647 80647 |
| 85780 | 85780 | 76605 76605 | 80647 80647 |
| 85781 | 85781 | 488197 488197 | 80647 80647 |
| 85782 | 85782 | 261910 261910 | 80647 80647 |
| 85783 | 85783 | 261911 261911 | 80647 80647 |
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)
);