inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 20694
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 192409 | 192409 | 10235 10235 | 20694 20694 |
| 192410 | 192410 | 159674 159674 | 20694 20694 |
| 192411 | 192411 | 494296 494296 | 20694 20694 |
| 192412 | 192412 | 87210 87210 | 20694 20694 |
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)
);