inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 2388
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 64905 | 64905 | 919 919 | 2388 2388 |
| 64906 | 64906 | 523572 523572 | 2388 2388 |
| 64907 | 64907 | 71051 71051 | 2388 2388 |
| 64908 | 64908 | 542278 542278 | 2388 2388 |
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)
);