inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 11297
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 441949 | 441949 | 251412 251412 | 11297 11297 |
| 441950 | 441950 | 4700 4700 | 11297 11297 |
| 441951 | 441951 | 73740 73740 | 11297 11297 |
| 441952 | 441952 | 280781 280781 | 11297 11297 |
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)
);