inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 150994
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 172656 | 172656 | 503399 503399 | 150994 150994 |
| 172657 | 172657 | 168526 168526 | 150994 150994 |
| 172658 | 172658 | 104634 104634 | 150994 150994 |
| 172659 | 172659 | 227692 227692 | 150994 150994 |
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)
);