inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 24653
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 260166 | 260166 | 12379 12379 | 24653 24653 |
| 260167 | 260167 | 31700 31700 | 24653 24653 |
| 260168 | 260168 | 252137 252137 | 24653 24653 |
| 260169 | 260169 | 532027 532027 | 24653 24653 |
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)
);