inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 45547
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 575070 | 575070 | 32635 32635 | 45547 45547 |
| 575071 | 575071 | 290142 290142 | 45547 45547 |
| 575072 | 575072 | 290141 290141 | 45547 45547 |
| 575073 | 575073 | 308832 308832 | 45547 45547 |
| 575074 | 575074 | 521333 521333 | 45547 45547 |
| 575075 | 575075 | 540535 540535 | 45547 45547 |
| 575076 | 575076 | 256182 256182 | 45547 45547 |
| 575077 | 575077 | 134279 134279 | 45547 45547 |
| 575078 | 575078 | 61197 61197 | 45547 45547 |
| 575079 | 575079 | 23700 23700 | 45547 45547 |
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)
);