inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 52919
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 299994 | 299994 | 259914 259914 | 52919 52919 |
| 299995 | 299995 | 299198 299198 | 52919 52919 |
| 299996 | 299996 | 63266 63266 | 52919 52919 |
| 299997 | 299997 | 27613 27613 | 52919 52919 |
| 299998 | 299998 | 506432 506432 | 52919 52919 |
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)
);