inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 50143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 678104 | 678104 | 211341 211341 | 50143 50143 |
| 678105 | 678105 | 296475 296475 | 50143 50143 |
| 678106 | 678106 | 26122 26122 | 50143 50143 |
| 678107 | 678107 | 144662 144662 | 50143 50143 |
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)
);