inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 288388 | 288388 | 10902 10902 | 8785 8785 |
| 288389 | 288389 | 30763 30763 | 8785 8785 |
| 288390 | 288390 | 3511 3511 | 8785 8785 |
| 288391 | 288391 | 247425 247425 | 8785 8785 |
| 288392 | 288392 | 530725 530725 | 8785 8785 |
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)
);