inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 77308
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 176650 | 176650 | 104988 104988 | 77308 77308 |
| 176651 | 176651 | 52899 52899 | 77308 77308 |
| 176652 | 176652 | 534666 534666 | 77308 77308 |
| 176653 | 176653 | 303907 303907 | 77308 77308 |
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)
);