inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 49544
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 934070 | 934070 | 142421 142421 | 49544 49544 |
| 934071 | 934071 | 541685 541685 | 49544 49544 |
| 934072 | 934072 | 259000 259000 | 49544 49544 |
| 934073 | 934073 | 57041 57041 | 49544 49544 |
| 934074 | 934074 | 25803 25803 | 49544 49544 |
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)
);