inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 45548
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 396637 | 396637 | 32635 32635 | 45548 45548 |
| 396638 | 396638 | 540535 540535 | 45548 45548 |
| 396639 | 396639 | 521333 521333 | 45548 45548 |
| 396640 | 396640 | 256182 256182 | 45548 45548 |
| 396641 | 396641 | 23700 23700 | 45548 45548 |
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)
);