inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14905
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701047 | 701047 | 6947 6947 | 14905 14905 |
| 701048 | 701048 | 33653 33653 | 14905 14905 |
| 701049 | 701049 | 488640 488640 | 14905 14905 |
| 701050 | 701050 | 241206 241206 | 14905 14905 |
| 701051 | 701051 | 263358 263358 | 14905 14905 |
| 701052 | 701052 | 68847 68847 | 14905 14905 |
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)
);