inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16029
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 735027 | 735027 | 267916 267916 | 16029 16029 |
| 735028 | 735028 | 243911 243911 | 16029 16029 |
| 735029 | 735029 | 34835 34835 | 16029 16029 |
| 735030 | 735030 | 207758 207758 | 16029 16029 |
| 735031 | 735031 | 7629 7629 | 16029 16029 |
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)
);