inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16047
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733094 | 733094 | 268021 268021 | 16047 16047 |
| 733095 | 733095 | 46453 46453 | 16047 16047 |
| 733096 | 733096 | 7639 7639 | 16047 16047 |
| 733097 | 733097 | 243956 243956 | 16047 16047 |
| 733098 | 733098 | 34665 34665 | 16047 16047 |
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)
);