inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 305
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 128813 | 128813 | 542776 542776 | 305 305 |
| 128814 | 128814 | 71422 71422 | 305 305 |
| 128815 | 128815 | 235835 235835 | 305 305 |
| 128816 | 128816 | 103 103 | 305 305 |
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)
);