inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 37342
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 936840 | 936840 | 19394 19394 | 37342 37342 |
| 936841 | 936841 | 537705 537705 | 37342 37342 |
| 936842 | 936842 | 510247 510247 | 37342 37342 |
| 936843 | 936843 | 250195 250195 | 37342 37342 |
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)
);