inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 296044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 809860 | 809860 | 458081 458081 | 296044 296044 |
| 809861 | 809861 | 413074 413074 | 296044 296044 |
| 809862 | 809862 | 481454 481454 | 296044 296044 |
| 809863 | 809863 | 413073 413073 | 296044 296044 |
| 809864 | 809864 | 201829 201829 | 296044 296044 |
| 809865 | 809865 | 366798 366798 | 296044 296044 |
| 809866 | 809866 | 494339 494339 | 296044 296044 |
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)
);