inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15795
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 752575 | 752575 | 489135 489135 | 15795 15795 |
| 752576 | 752576 | 242820 242820 | 15795 15795 |
| 752577 | 752577 | 7494 7494 | 15795 15795 |
| 752578 | 752578 | 35918 35918 | 15795 15795 |
| 752579 | 752579 | 265881 265881 | 15795 15795 |
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)
);