inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 32066
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 213611 | 213611 | 270378 270378 | 32066 32066 |
| 213612 | 213612 | 57787 57787 | 32066 32066 |
| 213613 | 213613 | 270379 270379 | 32066 32066 |
| 213614 | 213614 | 245430 245430 | 32066 32066 |
| 213615 | 213615 | 16566 16566 | 32066 32066 |
| 213616 | 213616 | 535335 535335 | 32066 32066 |
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)
);