inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 13266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 691907 | 691907 | 5948 5948 | 13266 13266 |
| 691908 | 691908 | 487335 487335 | 13266 13266 |
| 691909 | 691909 | 45175 45175 | 13266 13266 |
| 691910 | 691910 | 154435 154435 | 13266 13266 |
| 691911 | 691911 | 319443 319443 | 13266 13266 |
| 691912 | 691912 | 75958 75958 | 13266 13266 |
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)
);