inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 133722
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 393122 | 393122 | 332728 332728 | 133722 133722 |
| 393123 | 393123 | 93606 93606 | 133722 133722 |
| 393124 | 393124 | 497501 497501 | 133722 133722 |
| 393125 | 393125 | 531548 531548 | 133722 133722 |
| 393126 | 393126 | 220787 220787 | 133722 133722 |
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)
);