inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 245219 | 245219 | 242892 242892 | 15852 15852 |
| 245220 | 245220 | 7523 7523 | 15852 15852 |
| 245221 | 245221 | 266035 266035 | 15852 15852 |
| 245222 | 245222 | 50821 50821 | 15852 15852 |
| 245223 | 245223 | 31039 31039 | 15852 15852 |
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)
);