inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 334986
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 733047 | 733047 | 272447 272447 | 334986 334986 |
| 733048 | 733048 | 535953 535953 | 334986 334986 |
| 733049 | 733049 | 506463 506463 | 334986 334986 |
| 733050 | 733050 | 246884 246884 | 334986 334986 |
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)
);