inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 34671
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 324303 | 324303 | 113758 113758 | 34671 34671 |
| 324304 | 324304 | 327424 327424 | 34671 34671 |
| 324305 | 324305 | 507701 507701 | 34671 34671 |
| 324306 | 324306 | 17975 17975 | 34671 34671 |
| 324307 | 324307 | 536481 536481 | 34671 34671 |
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)
);