inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10535
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 752657 | 752657 | 62002 62002 | 10535 10535 |
| 752658 | 752658 | 12645 12645 | 10535 10535 |
| 752659 | 752659 | 35915 35915 | 10535 10535 |
| 752660 | 752660 | 533123 533123 | 10535 10535 |
| 752661 | 752661 | 4298 4298 | 10535 10535 |
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)
);