inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 6871
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 964968 | 964968 | 2751 2751 | 6871 6871 |
| 964969 | 964969 | 100788 100788 | 6871 6871 |
| 964970 | 964970 | 209347 209347 | 6871 6871 |
| 964971 | 964971 | 70442 70442 | 6871 6871 |
| 964972 | 964972 | 209346 209346 | 6871 6871 |
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)
);