inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 148174
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 122001 | 122001 | 502067 502067 | 148174 148174 |
| 122002 | 122002 | 230010 230010 | 148174 148174 |
| 122003 | 122003 | 102871 102871 | 148174 148174 |
| 122004 | 122004 | 345009 345009 | 148174 148174 |
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)
);