inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 73445
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 825600 | 825600 | 50522 50522 | 73445 73445 |
| 825601 | 825601 | 223194 223194 | 73445 73445 |
| 825602 | 825602 | 247669 247669 | 73445 73445 |
| 825603 | 825603 | 199359 199359 | 73445 73445 |
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)
);