inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11362
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 735323 | 735323 | 252514 252514 | 11362 11362 |
| 735324 | 735324 | 282852 282852 | 11362 11362 |
| 735325 | 735325 | 61957 61957 | 11362 11362 |
| 735326 | 735326 | 4745 4745 | 11362 11362 |
| 735327 | 735327 | 34803 34803 | 11362 11362 |
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)
);