inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 163843 | 163843 | 494145 494145 | 15044 15044 |
| 163844 | 163844 | 159556 159556 | 15044 15044 |
| 163845 | 163845 | 7030 7030 | 15044 15044 |
| 163846 | 163846 | 86899 86899 | 15044 15044 |
| 163847 | 163847 | 529943 529943 | 15044 15044 |
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)
);