inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28628
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 67279 | 67279 | 101670 101670 | 28628 28628 |
| 67280 | 67280 | 533592 533592 | 28628 28628 |
| 67281 | 67281 | 14633 14633 | 28628 28628 |
| 67282 | 67282 | 54169 54169 | 28628 28628 |
| 67283 | 67283 | 501350 501350 | 28628 28628 |
| 67284 | 67284 | 313881 313881 | 28628 28628 |
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)
);