inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 105793
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 628992 | 628992 | 74743 74743 | 105793 105793 |
| 628993 | 628993 | 213146 213146 | 105793 105793 |
| 628994 | 628994 | 525929 525929 | 105793 105793 |
| 628995 | 628995 | 153636 153636 | 105793 105793 |
| 628996 | 628996 | 344997 344997 | 105793 105793 |
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)
);