inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740215 | 740215 | 242780 242780 | 15777 15777 |
| 740216 | 740216 | 56881 56881 | 15777 15777 |
| 740217 | 740217 | 265783 265783 | 15777 15777 |
| 740218 | 740218 | 7482 7482 | 15777 15777 |
| 740219 | 740219 | 35208 35208 | 15777 15777 |
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)
);