inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 301201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 346923 | 346923 | 207045 207045 | 301201 301201 |
| 346924 | 346924 | 207046 207046 | 301201 301201 |
| 346925 | 346925 | 231256 231256 | 301201 301201 |
| 346926 | 346926 | 240616 240616 | 301201 301201 |
| 346927 | 346927 | 207047 207047 | 301201 301201 |
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)
);