inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 102934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1030698 | 1030698 | 69955 69955 | 102934 102934 |
| 1030699 | 1030699 | 229385 229385 | 102934 102934 |
| 1030700 | 1030700 | 155656 155656 | 102934 102934 |
| 1030701 | 1030701 | 77634 77634 | 102934 102934 |
| 1030702 | 1030702 | 235840 235840 | 102934 102934 |
| 1030703 | 1030703 | 242188 242188 | 102934 102934 |
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)
);