inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 27852 | 27852 | 243416 243416 | 15936 15936 |
| 27853 | 27853 | 489287 489287 | 15936 15936 |
| 27854 | 27854 | 29960 29960 | 15936 15936 |
| 27855 | 27855 | 7575 7575 | 15936 15936 |
| 27856 | 27856 | 59681 59681 | 15936 15936 |
| 27857 | 27857 | 267147 267147 | 15936 15936 |
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)
);