inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 119624
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 655503 | 655503 | 294988 294988 | 119624 119624 |
| 655504 | 655504 | 84692 84692 | 119624 119624 |
| 655505 | 655505 | 294990 294990 | 119624 119624 |
| 655506 | 655506 | 294989 294989 | 119624 119624 |
| 655507 | 655507 | 294987 294987 | 119624 119624 |
| 655508 | 655508 | 294986 294986 | 119624 119624 |
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)
);