inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28500
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 933141 | 933141 | 14551 14551 | 28500 28500 |
| 933142 | 933142 | 501283 501283 | 28500 28500 |
| 933143 | 933143 | 40387 40387 | 28500 28500 |
| 933144 | 933144 | 533536 533536 | 28500 28500 |
| 933145 | 933145 | 239643 239643 | 28500 28500 |
| 933146 | 933146 | 50000 50000 | 28500 28500 |
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)
);