inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 47949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 404992 | 404992 | 47949 47949 | 69626 69626 |
| 407386 | 407386 | 47949 47949 | 69625 69625 |
| 694509 | 694509 | 47949 47949 | 13785 13785 |
| 748714 | 748714 | 47949 47949 | 69628 69628 |
| 938852 | 938852 | 47949 47949 | 69627 69627 |
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)
);