inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 53875
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 21029 | 21029 | 28226 28226 | 53875 53875 |
| 21030 | 21030 | 509516 509516 | 53875 53875 |
| 21031 | 21031 | 29445 29445 | 53875 53875 |
| 21032 | 21032 | 249588 249588 | 53875 53875 |
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)
);