inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 230899
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 938002 | 938002 | 235422 235422 | 230899 230899 |
| 938003 | 938003 | 206955 206955 | 230899 230899 |
| 938004 | 938004 | 154798 154798 | 230899 230899 |
| 938005 | 938005 | 206957 206957 | 230899 230899 |
| 938006 | 938006 | 206956 206956 | 230899 230899 |
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)
);