inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 55301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 91114 | 91114 | 493379 493379 | 55301 55301 |
| 91115 | 91115 | 262147 262147 | 55301 55301 |
| 91116 | 91116 | 262149 262149 | 55301 55301 |
| 91117 | 91117 | 30473 30473 | 55301 55301 |
| 91118 | 91118 | 85684 85684 | 55301 55301 |
| 91119 | 91119 | 262148 262148 | 55301 55301 |
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)
);