inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 133705
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 759880 | 759880 | 239352 239352 | 133705 133705 |
| 759881 | 759881 | 220792 220792 | 133705 133705 |
| 759882 | 759882 | 237489 237489 | 133705 133705 |
| 759883 | 759883 | 93595 93595 | 133705 133705 |
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)
);