inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68722
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 714369 | 714369 | 229922 229922 | 68722 68722 |
| 714370 | 714370 | 241853 241853 | 68722 68722 |
| 714371 | 714371 | 534011 534011 | 68722 68722 |
| 714372 | 714372 | 102958 102958 | 68722 68722 |
| 714373 | 714373 | 47345 47345 | 68722 68722 |
| 714374 | 714374 | 166732 166732 | 68722 68722 |
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)
);