inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47629
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 135291 | 135291 | 47629 47629 | 1609 1609 |
| 760267 | 760267 | 47629 47629 | 15633 15633 |
| 768040 | 768040 | 47629 47629 | 69161 69161 |
| 910760 | 910760 | 47629 47629 | 69160 69160 |
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)
);