inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9158
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838438 | 838438 | 242804 242804 | 9158 9158 |
| 838439 | 838439 | 68239 68239 | 9158 9158 |
| 838440 | 838440 | 3685 3685 | 9158 9158 |
| 838441 | 838441 | 489126 489126 | 9158 9158 |
| 838442 | 838442 | 265817 265817 | 9158 9158 |
| 838443 | 838443 | 7486 7486 | 9158 9158 |
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)
);