inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 185
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 976108 | 976108 | 235594 235594 | 185 185 |
| 976109 | 976109 | 76864 76864 | 185 185 |
| 976110 | 976110 | 55 55 | 185 185 |
| 976111 | 976111 | 200436 200436 | 185 185 |
| 976112 | 976112 | 207234 207234 | 185 185 |
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)
);