inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 9014
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 742240 | 742240 | 17938 17938 | 9014 9014 |
| 742241 | 742241 | 3624 3624 | 9014 9014 |
| 742242 | 742242 | 536450 536450 | 9014 9014 |
| 742243 | 742243 | 274276 274276 | 9014 9014 |
| 742244 | 742244 | 35352 35352 | 9014 9014 |
| 742245 | 742245 | 247914 247914 | 9014 9014 |
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)
);