inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 113715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 445907 | 445907 | 251467 251467 | 113715 113715 |
| 445908 | 445908 | 280870 280870 | 113715 113715 |
| 445909 | 445909 | 490588 490588 | 113715 113715 |
| 445910 | 445910 | 80731 80731 | 113715 113715 |
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)
);