inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 37150
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 953723 | 953723 | 250067 250067 | 37150 37150 |
| 953724 | 953724 | 41123 41123 | 37150 37150 |
| 953725 | 953725 | 64822 64822 | 37150 37150 |
| 953726 | 953726 | 537617 537617 | 37150 37150 |
| 953727 | 953727 | 278354 278354 | 37150 37150 |
| 953728 | 953728 | 19293 19293 | 37150 37150 |
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)
);