inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 19256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 352785 | 352785 | 259196 259196 | 19256 19256 |
| 352786 | 352786 | 9428 9428 | 19256 19256 |
| 352787 | 352787 | 61431 61431 | 19256 19256 |
| 352788 | 352788 | 529325 529325 | 19256 19256 |
| 352789 | 352789 | 32671 32671 | 19256 19256 |
| 352790 | 352790 | 493009 493009 | 19256 19256 |
| 352791 | 352791 | 296102 296102 | 19256 19256 |
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)
);