inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 271653 | 271653 | 262544 262544 | 14592 14592 |
| 271654 | 271654 | 32233 32233 | 14592 14592 |
| 271655 | 271655 | 64655 64655 | 14592 14592 |
| 271656 | 271656 | 6748 6748 | 14592 14592 |
| 271657 | 271657 | 240832 240832 | 14592 14592 |
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)
);