inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 10643
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 253340 | 253340 | 254240 254240 | 10643 10643 |
| 253341 | 253341 | 9122 9122 | 10643 10643 |
| 253342 | 253342 | 285906 285906 | 10643 10643 |
| 253343 | 253343 | 4352 4352 | 10643 10643 |
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)
);