inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 49543
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 667203 | 667203 | 25803 25803 | 49543 49543 |
| 667204 | 667204 | 57041 57041 | 49543 49543 |
| 667205 | 667205 | 541685 541685 | 49543 49543 |
| 667206 | 667206 | 142421 142421 | 49543 49543 |
| 667207 | 667207 | 259000 259000 | 49543 49543 |
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)
);