inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 6386
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 935950 | 935950 | 7331 7331 | 6386 6386 |
| 935951 | 935951 | 40494 40494 | 6386 6386 |
| 935952 | 935952 | 2548 2548 | 6386 6386 |
| 935953 | 935953 | 54106 54106 | 6386 6386 |
| 935954 | 935954 | 265056 265056 | 6386 6386 |
| 935955 | 935955 | 242198 242198 | 6386 6386 |
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)
);