inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 405674
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 266568 | 266568 | 444898 444898 | 405674 405674 |
| 266569 | 266569 | 444899 444899 | 405674 405674 |
| 266570 | 266570 | 485315 485315 | 405674 405674 |
| 266571 | 266571 | 492039 492039 | 405674 405674 |
| 266572 | 266572 | 478464 478464 | 405674 405674 |
| 266573 | 266573 | 393235 393235 | 405674 405674 |
| 266574 | 266574 | 393234 393234 | 405674 405674 |
| 266575 | 266575 | 478465 478465 | 405674 405674 |
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)
);