inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404222
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 852070 | 852070 | 505930 505930 | 404222 404222 |
| 852071 | 852071 | 414965 414965 | 404222 404222 |
| 852072 | 852072 | 459290 459290 | 404222 404222 |
| 852073 | 852073 | 368371 368371 | 404222 404222 |
| 852074 | 852074 | 481876 481876 | 404222 404222 |
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)
);