inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 70402
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 817043 | 817043 | 48394 48394 | 70402 70402 |
| 817044 | 817044 | 206927 206927 | 70402 70402 |
| 817045 | 817045 | 235401 235401 | 70402 70402 |
| 817046 | 817046 | 154719 154719 | 70402 70402 |
| 817047 | 817047 | 76357 76357 | 70402 70402 |
| 817048 | 817048 | 206926 206926 | 70402 70402 |
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)
);