inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 224
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 618869 | 618869 | 224 224 | 590 590 |
| 717503 | 717503 | 224 224 | 591 591 |
| 717790 | 717790 | 224 224 | 593 593 |
| 996089 | 996089 | 224 224 | 592 592 |
| 997299 | 997299 | 224 224 | 595 595 |
| 999015 | 999015 | 224 224 | 594 594 |
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)
);