inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 70410
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 374331 | 374331 | 70410 70410 | 103654 103654 |
| 407475 | 407475 | 70410 70410 | 103658 103658 |
| 722873 | 722873 | 70410 70410 | 71489 71489 |
| 767125 | 767125 | 70410 70410 | 103656 103656 |
| 817301 | 817301 | 70410 70410 | 103657 103657 |
| 912750 | 912750 | 70410 70410 | 103655 103655 |
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)
);