inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 55282
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 479027 | 479027 | 74003 74003 | 55282 55282 |
| 479028 | 479028 | 30440 30440 | 55282 55282 |
| 479029 | 479029 | 485881 485881 | 55282 55282 |
| 479030 | 479030 | 305990 305990 | 55282 55282 |
| 479031 | 479031 | 253037 253037 | 55282 55282 |
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)
);