inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 418112 | 418112 | 120432 120432 | 54529 54529 |
| 418113 | 418113 | 298779 298779 | 54529 54529 |
| 418114 | 418114 | 29244 29244 | 54529 54529 |
| 418115 | 418115 | 250494 250494 | 54529 54529 |
| 418116 | 418116 | 178558 178558 | 54529 54529 |
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)
);