inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 113913
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 449181 | 449181 | 80854 80854 | 113913 113913 |
| 449182 | 449182 | 528327 528327 | 113913 113913 |
| 449183 | 449183 | 156887 156887 | 113913 113913 |
| 449184 | 449184 | 305835 305835 | 113913 113913 |
| 449185 | 449185 | 490627 490627 | 113913 113913 |
| 449186 | 449186 | 251614 251614 | 113913 113913 |
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)
);