inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15873
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 898550 | 898550 | 7537 7537 | 15873 15873 |
| 898551 | 898551 | 64906 64906 | 15873 15873 |
| 898552 | 898552 | 489222 489222 | 15873 15873 |
| 898553 | 898553 | 243074 243074 | 15873 15873 |
| 898554 | 898554 | 39855 39855 | 15873 15873 |
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)
);