inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 68743
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 965793 | 965793 | 256963 256963 | 68743 68743 |
| 965794 | 965794 | 534286 534286 | 68743 68743 |
| 965795 | 965795 | 213835 213835 | 68743 68743 |
| 965796 | 965796 | 47356 47356 | 68743 68743 |
| 965797 | 965797 | 532923 532923 | 68743 68743 |
| 965798 | 965798 | 209250 209250 | 68743 68743 |
| 965799 | 965799 | 100572 100572 | 68743 68743 |
| 965800 | 965800 | 209251 209251 | 68743 68743 |
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)
);