inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 231005
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 890002 | 890002 | 207154 207154 | 231005 231005 |
| 890003 | 890003 | 155027 155027 | 231005 231005 |
| 890004 | 890004 | 207155 207155 | 231005 231005 |
| 890005 | 890005 | 235553 235553 | 231005 231005 |
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)
);