inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 298756
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 851797 | 851797 | 356571 356571 | 298756 298756 |
| 851798 | 851798 | 480371 480371 | 298756 298756 |
| 851799 | 851799 | 204320 204320 | 298756 298756 |
| 851800 | 851800 | 450542 450542 | 298756 298756 |
| 851801 | 851801 | 523869 523869 | 298756 298756 |
| 851802 | 851802 | 400785 400785 | 298756 298756 |
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)
);