inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 40616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 342216 | 342216 | 513300 513300 | 40616 40616 |
| 342217 | 342217 | 31345 31345 | 40616 40616 |
| 342218 | 342218 | 253872 253872 | 40616 40616 |
| 342219 | 342219 | 21105 21105 | 40616 40616 |
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)
);