inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 1770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 996536 | 996536 | 251034 251034 | 1770 1770 |
| 996537 | 996537 | 696 696 | 1770 1770 |
| 996538 | 996538 | 237632 237632 | 1770 1770 |
| 996539 | 996539 | 65741 65741 | 1770 1770 |
| 996540 | 996540 | 156715 156715 | 1770 1770 |
| 996541 | 996541 | 80379 80379 | 1770 1770 |
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)
);