inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 54630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 539687 | 539687 | 255233 255233 | 54630 54630 |
| 539688 | 539688 | 525619 525619 | 54630 54630 |
| 539689 | 539689 | 29428 29428 | 54630 54630 |
| 539690 | 539690 | 153284 153284 | 54630 54630 |
| 539691 | 539691 | 74227 74227 | 54630 54630 |
| 539692 | 539692 | 338701 338701 | 54630 54630 |
| 539693 | 539693 | 215861 215861 | 54630 54630 |
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)
);