inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100252
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 224557 | 224557 | 505616 505616 | 100252 100252 |
| 224558 | 224558 | 271073 271073 | 100252 100252 |
| 224559 | 224559 | 328974 328974 | 100252 100252 |
| 224560 | 224560 | 109194 109194 | 100252 100252 |
| 224561 | 224561 | 271072 271072 | 100252 100252 |
| 224562 | 224562 | 68137 68137 | 100252 100252 |
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)
);